diff --git a/tasks/virt_instance_create.yml b/tasks/virt_instance_create.yml index c65bedef20..8e637e49c8 100644 --- a/tasks/virt_instance_create.yml +++ b/tasks/virt_instance_create.yml @@ -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