Comment this out. Syntax error.
This commit is contained in:
parent
bb59d9a1ac
commit
896a80e05e
1 changed files with 11 additions and 11 deletions
|
@ -82,14 +82,14 @@
|
|||
- git: repo=https://github.com/taigaio/taiga-back.git dest=/srv/taiga-back version=stable
|
||||
tags: taiga
|
||||
|
||||
# TODO -- make this idempotent with creates=...
|
||||
- command: "{{item}}" chdir=/srv/taiga-back
|
||||
with_items:
|
||||
- pip install -r requirements.txt
|
||||
- python manage.py migrate --noinput
|
||||
- python manage.py loaddata initial_user
|
||||
- python manage.py loaddata initial_project_templates
|
||||
- python manage.py loaddata initial_role
|
||||
- python manage.py compilemessages
|
||||
- python manage.py collectstatic --noinput
|
||||
tags: taiga
|
||||
## TODO -- make this idempotent with creates=...
|
||||
#- command: "{{item}}" chdir=/srv/taiga-back
|
||||
# with_items:
|
||||
# - pip install -r requirements.txt
|
||||
# - python manage.py migrate --noinput
|
||||
# - python manage.py loaddata initial_user
|
||||
# - python manage.py loaddata initial_project_templates
|
||||
# - python manage.py loaddata initial_role
|
||||
# - python manage.py compilemessages
|
||||
# - python manage.py collectstatic --noinput
|
||||
# tags: taiga
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue