1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins
Atlas974 4e2d4e3c68
Fixed incorrect VMID: cloning to an existing VM (#3266)
* Fixed incorrect VMID: cloning to an existing VM

During a cloning operation, if the destination VM already exists the VMID returned is not correct.
The VMID returned should be that of the destination VM and not that of the source VM (consistent with line 1230).
A playbook that relies on the returned VMID, for example, to perform other operations on the destination VM, will not work properly if it is unexpectedly interrupted.

* Add files via upload

* moved 3266-vmid-existing-target-clone.yml to changelogs/fragments/
replaced line separator CRLF -> LF

* storing vmid list in variable to avoid multiple API calls
2021-08-27 18:48:32 +02:00
..
action fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
become Update BOTMETA, fix some plugin authors, improve BOTMETA extra sanity test (#3069) 2021-07-26 11:44:41 +02:00
cache Fix new devel sanity errors. (#3194) 2021-08-12 12:07:50 +02:00
callback Fix new devel sanity errors. (#3194) 2021-08-12 12:07:50 +02:00
connection Fix new devel sanity errors. (#3194) 2021-08-12 12:07:50 +02:00
doc_fragments Remove deprecated netapp leftovers. (#3197) 2021-08-12 22:14:34 +02:00
filter fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
inventory Linode Inventory can use full IP data from APIv4 (#3203) 2021-08-27 06:20:04 +02:00
lookup tss_lookup_plugin - Refactor and decoupling (#3252) 2021-08-25 06:41:05 +02:00
module_utils redfish_info: Include Status property for GetChassisThermals (#3233) 2021-08-19 21:13:10 +02:00
modules Fixed incorrect VMID: cloning to an existing VM (#3266) 2021-08-27 18:48:32 +02:00