ansible-cloudstack
ansible-cloudstack copied to clipboard
Ansible does not fail when an ISO cannot be removed
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.