mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 19:06:39 +08:00
Typofix.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user