mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
adding required missing name value to virt define
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
with_items: clients
|
||||
|
||||
- name: ensure vms are defined
|
||||
virt: command=define xml=/root/{{ item.hostname }}.libvirt.xml
|
||||
virt: command=define name={{ item.hostname }} xml=/root/{{ item.hostname }}.libvirt.xml
|
||||
when: item.hostname not in result.list_vms
|
||||
with_items: clients
|
||||
|
||||
|
||||
Reference in New Issue
Block a user