Sometimes virt status is returning a 'no such object' error, so lets ignore those for now.

This commit is contained in:
Kevin Fenzi 2018-05-08 01:50:20 +00:00
parent 9c9ee7c534
commit 68268332bb

View file

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