From a8a016617184c13e126bbf608f90b270f57f436c Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 17 May 2018 07:18:38 +0000 Subject: [PATCH] Try to fix syntax --- playbooks/manual/staging-sync/koschei.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/manual/staging-sync/koschei.yml b/playbooks/manual/staging-sync/koschei.yml index f59f5947c1..031682bea2 100644 --- a/playbooks/manual/staging-sync/koschei.yml +++ b/playbooks/manual/staging-sync/koschei.yml @@ -64,12 +64,12 @@ become: yes become_user: postgres delegate_to: "{{ koschei_pgsql_hostname }}" - when: 'pgbdr' not in koschei_pgsql_hostname + when: "'pgbdr' not in koschei_pgsql_hostname" - postgresql_db: name=koschei owner=koscheiadmin become: yes become_user: postgres delegate_to: "{{ koschei_pgsql_hostname }}" - when: 'pgbdr' not in koschei_pgsql_hostname + when: "'pgbdr' not in koschei_pgsql_hostname" - command: koschei-admin create-db - name: bring koschei staging services up