ansible-cloudstack icon indicating copy to clipboard operation
ansible-cloudstack copied to clipboard

Ansible does not fail when an ISO cannot be removed

Open onitake opened this issue 9 years ago • 0 comments

When using state: absent to remove an ISO image, cs_iso will always report a changed state, but it does not fail if the image can't be removed.

This can occur when the image is still attached to a virtual machine, for example.

My python-cs is version 0.8.2.

onitake avatar Jul 21 '16 12:07 onitake