From c377f97e5073c5738b9d44c76cdb01b8ba1f9eb4 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 16 Sep 2020 11:48:41 +0200 Subject: [PATCH] staging-sync/db-sync: strings need quotes Signed-off-by: Pierre-Yves Chibon --- playbooks/manual/staging-sync/db-sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/manual/staging-sync/db-sync.yml b/playbooks/manual/staging-sync/db-sync.yml index bb5c377951..10ba715d49 100644 --- a/playbooks/manual/staging-sync/db-sync.yml +++ b/playbooks/manual/staging-sync/db-sync.yml @@ -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: