1
0
Fork 0
roles_webcluster/roles/web_worker/tasks/db_update.yml
2017-11-30 12:11:25 +01:00

6 lines
88 B
YAML

---
- name: Update DB schema
command: {{ worker_dbupdate_command }}
run_once: True