stackhpc / ansible-role-libvirt-vm

This role configures and creates VMs on a KVM hypervisor.
128 stars 67 forks source link

File named "1" is created in playbook directory whenever virt_volume.sh must be called #30

Closed solacelost closed 4 years ago

solacelost commented 4 years ago

Typo on line 69 causes output of chown to be redirected to a file named 1 instead of FD1, causing me pain in a repo that's .gitignoring the role except for a requirements.txt line.

PR incoming shortly.