This commit is contained in:
Ralph Bean 2013-09-26 15:48:08 +00:00
parent 589f22d45f
commit aa248e3d39

View file

@ -20,7 +20,7 @@
virt: command=list_vms
register: result
- name: fail if the hose is not already defined/existent
- name: fail if the host is not already defined/existent
local_action: fail msg="host does not exist on $vmhost"
when: inventory_hostname not in result.list_vms