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/modules/cloud
patchback[bot] f21b41d3aa
Fixed incorrect VMID: cloning to an existing VM (#3266) (#3281)
* 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

(cherry picked from commit 4e2d4e3c68)

Co-authored-by: Atlas974 <43972908+Atlas974@users.noreply.github.com>
2021-08-27 19:04:00 +02:00
..
alicloud [stable-2] added supports_check_mode=True to info/facts modules (#3095) 2021-07-28 07:42:07 +02:00
atomic using get_bin_path() on atomic modules (#2144) (#2151) 2021-04-02 22:35:56 +02:00
centurylink Tidy up validate-modules ignores for cloud/centurylink modules (#1771) (#1811) 2021-02-13 12:35:18 +01:00
dimensiondata fixed str formatting (#2139) (#2141) 2021-03-31 14:15:05 +02:00
heroku Tidy up sanity checks ignore lines modules (batch 7) (#1970) (#1984) 2021-03-08 08:58:07 +01:00
huawei Fix a bunch of potential security issues (secret leaking) (#1736) (#1751) 2021-02-08 17:04:38 +01:00
linode linode_v4 - fixed error message (#2430) (#2432) 2021-05-03 13:51:14 +02:00
lxc fixed Python 3 keys() usage (#1861) (#1891) 2021-02-24 19:36:37 +01:00
lxd fixed Python 3 keys() usage (#1861) (#1891) 2021-02-24 19:36:37 +01:00
memset [stable-2] added supports_check_mode=True to info/facts modules (#3095) 2021-07-28 07:42:07 +02:00
misc Fixed incorrect VMID: cloning to an existing VM (#3266) (#3281) 2021-08-27 19:04:00 +02:00
oneandone More false-positives (not flagged by sanity tests yet). (#2010) (#2016) 2021-03-13 13:48:18 +01:00
online modules: fix examples to use FQCN for builtin modules (#648) 2020-07-14 18:28:08 +03:00
opennebula [PR #3194/1fec1d0c backport][stable-3] Fix sanity failures (#3195) (#3196) 2021-08-12 14:17:01 +02:00
oracle fixed Python 3 keys() usage (#1861) (#1891) 2021-02-24 19:36:37 +01:00
ovh removed unreachable code (#2157) (#2170) 2021-04-05 09:50:16 +02:00
ovirt [stable-2] added supports_check_mode=True to info/facts modules (#3095) 2021-07-28 07:42:07 +02:00
packet [PR #3194/1fec1d0c backport][stable-3] Fix sanity failures (#3195) (#3196) 2021-08-12 14:17:01 +02:00
profitbricks More false-positives (not flagged by sanity tests yet). (#2010) (#2016) 2021-03-13 13:48:18 +01:00
pubnub Mark non-secret leaking module options with no_log=False (#2001) (#2005) 2021-03-12 09:17:05 +01:00
rackspace [stable-2] added supports_check_mode=True to info/facts modules (#3095) 2021-07-28 07:42:07 +02:00
scaleway Tidy up sanity checks ignore lines modules (batch 7) (#1970) (#1984) 2021-03-08 08:58:07 +01:00
smartos [stable-2] added supports_check_mode=True to info/facts modules (#3095) 2021-07-28 07:42:07 +02:00
softlayer Adjust example to remove unnecessary offensive language. (#2869) (#2871) 2021-06-25 06:49:11 +02:00
spotinst Mark non-secret leaking module options with no_log=False (#2001) (#2005) 2021-03-12 09:17:05 +01:00
univention Tidy up validate-modules:no-default-for-required-parameter and other cases (#1423) 2020-12-01 21:28:40 +01:00
webfaction Tidy up sanity checks (2021/Batch 3 - who's counting) (#1885) (#1910) 2021-02-26 11:57:51 +01:00
xenserver xenserver_guest - fixed validations (#2243) (#2253) 2021-04-17 09:51:16 +02:00