-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
This was a big source of confusion for me, as I'd been trying to use ansible to resize VMs.
community.libvirt/plugins/modules/virt.py
Lines 552 to 554 in 2185098
except libvirtError as e: | |
if e.get_error_code() != 9: # 9 means 'domain already exists' error | |
module.fail_json(msg='libvirtError: %s' % e.message) |
While I expect a definition to be updated (if I use the virsh define
command line this works as expected), instead this is just getting silently ignored.
Metadata
Metadata
Assignees
Labels
No labels