Try fixing including multiple hosts
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
ac48044383
commit
290ac87b99
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
- name: check/create instance
|
||||
hosts: simple-koji-ci-dev.fedorainfracloud.org, simple-koji-ci-prod.fedorainfracloud.org
|
||||
hosts: simple-koji-ci-dev.fedorainfracloud.org:simple-koji-ci-prod.fedorainfracloud.org
|
||||
gather_facts: False
|
||||
|
||||
vars_files:
|
||||
|
@ -16,7 +16,7 @@
|
|||
|
||||
|
||||
- name: setup all the things
|
||||
hosts: simple-koji-ci-dev.fedorainfracloud.org, simple-koji-ci-prod.fedorainfracloud.org
|
||||
hosts: simple-koji-ci-dev.fedorainfracloud.org:simple-koji-ci-prod.fedorainfracloud.org
|
||||
gather_facts: True
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue