Write the README and remove variable duplicate storage_path for vm_path
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
|
||||
- name: Remove cloud-init disk
|
||||
file:
|
||||
path: "{{ storage_path | default('/var/lib/libvirt/images/') }}{{ hostname }}-cloudinit.iso"
|
||||
path: "{{ vm_path | default('/var/lib/libvirt/images/') }}{{ hostname }}-cloudinit.iso"
|
||||
state: absent
|
||||
|
||||
- name: Get list of CD-ROM devices
|
||||
|
||||
Reference in New Issue
Block a user