diff --git a/roles/taiga/tasks/main.yml b/roles/taiga/tasks/main.yml index decf85d243..c5caffc61e 100644 --- a/roles/taiga/tasks/main.yml +++ b/roles/taiga/tasks/main.yml @@ -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