mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
virt_instance_create: try and gather facts after virt instance is created...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
b4d8639165
commit
0475be45de
@@ -148,3 +148,8 @@
|
||||
when: inventory_hostname not in result.list_vms and inventory_hostname in groups['osbs_masters']+groups['osbs_nodes']
|
||||
delegate_to: osbs-control01.phx2.fedoraproject.org
|
||||
|
||||
- name: gather facts
|
||||
setup:
|
||||
check_mode: no
|
||||
ignore_errors: True
|
||||
register: facts
|
||||
|
||||
Reference in New Issue
Block a user