mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 04:22:18 +08:00
fix playbook syntax
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
- name: setup the database
|
||||
hosts: db01{{env_suffix}}.iad2.fedoraproject.org
|
||||
hosts: db01.iad2.fedoraproject.org:db01.stg.iad2.fedoraproject.org
|
||||
gather_facts: no
|
||||
become: yes
|
||||
become_user: postgres
|
||||
|
||||
Reference in New Issue
Block a user