- name: reload systemd command: systemctl daemon-reload - name: migrate taiga data become: true become_user: taiga command: /usr/local/lib/taiga/venv/bin/python manage.py migrate chdir=/usr/local/lib/taiga/taiga-back - name: compile taiga messages # become: true # become_user: taiga command: /usr/local/lib/taiga/venv/bin/python manage.py compilemessages chdir=/usr/local/lib/taiga/taiga-back - name: collect taiga static data # become: true # become_user: taiga command: /usr/local/lib/taiga/venv/bin/python manage.py collectstatic --noinput chdir=/usr/local/lib/taiga/taiga-back - name: reload httpd service: name: httpd state: reloaded - name: restart taiga-events service: name: taiga-events state: restarted - name: restart taiga service: name: taiga state: restarted