fix playbook syntax
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
26c74a6a1f
commit
0e4e9bd04f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
- name: setup the database
|
- name: setup the database
|
||||||
hosts: db01{{env_suffix}}.iad2.fedoraproject.org
|
hosts: db01.iad2.fedoraproject.org:db01.stg.iad2.fedoraproject.org
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
become: yes
|
become: yes
|
||||||
become_user: postgres
|
become_user: postgres
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue