mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
f9448574bd
* [proxmox_kvm] Don't create VM if name is used without vmid * Add changelog and unit tests
2 lines
286 B
YAML
2 lines
286 B
YAML
bugfixes:
|
|
- proxmox_kvm - when ``name`` option is provided without ``vmid`` and VM with that name already exists then no new VM will be created (https://github.com/ansible-collections/community.general/issues/6911, https://github.com/ansible-collections/community.general/pull/6981).
|