Try to fix syntax

This commit is contained in:
Mikolaj Izdebski 2018-05-17 07:18:38 +00:00
parent 55c4cadb0d
commit a8a0166171

View file

@ -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