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:
Kevin Fenzi 2019-11-14 22:06:44 +00:00 committed by Pierre-Yves Chibon
parent b4d8639165
commit 0475be45de

View file

@ -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