staging-sync/db-sync: strings need quotes
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
2046802ec5
commit
c377f97e50
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue