Try to fix syntax
This commit is contained in:
parent
55c4cadb0d
commit
a8a0166171
1 changed files with 2 additions and 2 deletions
|
@ -64,12 +64,12 @@
|
||||||
become: yes
|
become: yes
|
||||||
become_user: postgres
|
become_user: postgres
|
||||||
delegate_to: "{{ koschei_pgsql_hostname }}"
|
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
|
- postgresql_db: name=koschei owner=koscheiadmin
|
||||||
become: yes
|
become: yes
|
||||||
become_user: postgres
|
become_user: postgres
|
||||||
delegate_to: "{{ koschei_pgsql_hostname }}"
|
delegate_to: "{{ koschei_pgsql_hostname }}"
|
||||||
when: 'pgbdr' not in koschei_pgsql_hostname
|
when: "'pgbdr' not in koschei_pgsql_hostname"
|
||||||
- command: koschei-admin create-db
|
- command: koschei-admin create-db
|
||||||
|
|
||||||
- name: bring koschei staging services up
|
- name: bring koschei staging services up
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue