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:
parent
b4d8639165
commit
0475be45de
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue