~maxiberta/canonical-identity-provider/charm-add-openid-session-limit

« back to all changes in this revision

Viewing changes to roles/django/tasks/main.yaml

  • Committer: Simon Davy
  • Date: 2015-10-01 13:52:11 UTC
  • mto: This revision was merged to the branch mainline in revision 60.
  • Revision ID: simon.davy@canonical.com-20151001135211-4l95mfhdgt4ezg49
enable dev with charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
  tags: migrate
7
7
  register: django_version
8
8
  command: "{{ python }} -c 'import django; print django.get_version()'"
 
9
  environment: migrate_env
9
10
 
10
11
- name: syncdb
11
12
  when: django_version.stdout < "1.7"