1
0
Fork 0
roles_webcluster/roles/web_worker/tasks/db_update.yml

6 lines
88 B
YAML
Raw Normal View History

2017-11-30 11:11:25 +00:00
---
- name: Update DB schema
command: {{ worker_dbupdate_command }}
run_once: True