Comment this out. Syntax error.

This commit is contained in:
Ralph Bean 2015-06-16 13:54:35 +00:00
parent bb59d9a1ac
commit 896a80e05e

View file

@ -82,14 +82,14 @@
- git: repo=https://github.com/taigaio/taiga-back.git dest=/srv/taiga-back version=stable - git: repo=https://github.com/taigaio/taiga-back.git dest=/srv/taiga-back version=stable
tags: taiga tags: taiga
# TODO -- make this idempotent with creates=... ## TODO -- make this idempotent with creates=...
- command: "{{item}}" chdir=/srv/taiga-back #- command: "{{item}}" chdir=/srv/taiga-back
with_items: # with_items:
- pip install -r requirements.txt # - pip install -r requirements.txt
- python manage.py migrate --noinput # - python manage.py migrate --noinput
- python manage.py loaddata initial_user # - python manage.py loaddata initial_user
- python manage.py loaddata initial_project_templates # - python manage.py loaddata initial_project_templates
- python manage.py loaddata initial_role # - python manage.py loaddata initial_role
- python manage.py compilemessages # - python manage.py compilemessages
- python manage.py collectstatic --noinput # - python manage.py collectstatic --noinput
tags: taiga # tags: taiga