staging-sync/db-sync: strings need quotes

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-09-16 11:48:41 +02:00
parent 2046802ec5
commit c377f97e50

View file

@ -38,7 +38,7 @@
flat: yes
- name: bring staging services down
hosts: "{{ server or batcave }}"
hosts: "{{ server or 'batcave' }}"
user: root
any_errors_fatal: false
vars_files:
@ -81,7 +81,7 @@
shell: cat /var/tmp/{{ db }}.dump | psql {{ db }}
- name: bring staging services up
hosts: "{{ server or batcave }}"
hosts: "{{ server or 'batcave' }}"
user: root
any_errors_fatal: false
vars_files: