Sometimes virt status is returning a 'no such object' error, so lets ignore those for now.
This commit is contained in:
parent
9c9ee7c534
commit
68268332bb
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
delegate_to: "{{ vmhost }}"
|
||||
retries: 1500
|
||||
delay: 10
|
||||
ignore_errors: true
|
||||
when: inventory_hostname not in result.list_vms
|
||||
|
||||
- name: ARMv7 copy the kernel out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue