mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 21:10:20 +08:00
Lets try this to fix issues
This commit is contained in:
@@ -82,6 +82,9 @@
|
||||
- name: wait for virthost to come back - up to 6 minutes
|
||||
local_action: wait_for host={{ target }} port=22 delay=120 timeout=420
|
||||
|
||||
- name: wait for libvirtd to come back on the virthost
|
||||
wait_for host={{ target }} path=/var/run/libvirt/libvirt-sock
|
||||
|
||||
- name: look up vmlist
|
||||
virt: command=list_vms
|
||||
register: newvmlist
|
||||
|
||||
Reference in New Issue
Block a user