summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Copeland <ben.copeland@linaro.org>2018-01-09 14:56:37 +0000
committerBenjamin Copeland <ben.copeland@linaro.org>2018-01-09 15:08:56 +0000
commit5d49202a992ad8290bab59948c6b0861854f72fd (patch)
tree9b1bfc1401857359d1346616ef79f00ac870b522
parentdc3ec4a7aa219bb5a3137d816071022a27d7b686 (diff)
Django: Update to latest version.
Whilst this role won't be used anymore (replaced with docker version) lets keep it up to date as we are still running servers with it. This is the last update Django is releasing under Python2. Lets upgrade to it, and start thinking about Python3 Change-Id: Iefb9f807786cbb469a26c4b95738d36df9e98560 Reviewed-on: https://review.linaro.org/23269 Reviewed-by: Benjamin Copeland <ben.copeland@linaro.org>
-rw-r--r--roles/django/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/django/tasks/main.yml b/roles/django/tasks/main.yml
index 097e554a..6dbc27b2 100644
--- a/roles/django/tasks/main.yml
+++ b/roles/django/tasks/main.yml
@@ -18,7 +18,7 @@
# Django's LTS release information can be found at:
# https://www.djangoproject.com/download/#supported-versions
- name: Install Django via Pypi
- pip: name=Django version=1.8.18
+ pip: name=Django version=1.11
- name: Create base directory for installation
file: path={{install_base}}/{{hostname}}