community.general/lib/ansible/modules/cloud
Robert Bridge 0d75e2659e GH-56902 Copy to new list from dict.items() return
dict.items() in pytho2 returns a list of tuples which can be iterated
while modifying the dict. In python 3 it returns a view which is tied to
the underlying dict, meaning the modifications to the dict while
iterating are unsafe.

This commit generates new list containing the tuples from the iterator
in python 3 which breaks the link to the dict, allowing the dict to be
modified while iterating the list.

In python 2 it would simply copy the list.

Fixes #56902
2019-05-27 10:16:17 -04:00
..
alicloud Update ali_instance_facts examples in documentation (#55760) (#55803) 2019-04-26 11:58:28 -05:00
amazon GH-56902 Copy to new list from dict.items() return 2019-05-27 10:16:17 -04:00
atomic Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
azure Update azure_rm_devtestlabvirtualnetwork relate document (#56893) 2019-05-24 09:35:36 -05:00
centurylink Add type int for various argument params (#55026) 2019-04-10 16:19:00 -04:00
cloudscale cloudscale_server: implement param server_groups (#54868) 2019-04-11 00:16:35 +02:00
cloudstack cs_network_acl_rule: implement cidr/cidrs as list (#56083) 2019-05-06 22:36:26 +02:00
digital_ocean Assorted pylint fixes 2019-02-15 06:54:47 -08:00
dimensiondata Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
docker [docker_network] Fix idempotency when using aux_addresses in ipam_config (#56901) 2019-05-26 08:40:09 -04:00
google fixed doc build errors (#56735) 2019-05-21 14:37:43 -05:00
hcloud hcloud_volume attach step should be idempotent (#56906) 2019-05-27 07:48:48 +02:00
heroku New module: heroku_collaborator (#39001) 2018-05-22 11:50:53 +02:00
huawei refactor moudule utils of hwc_utils.py (#55858) 2019-05-09 09:04:51 -04:00
kubevirt kubevirt_vm: simplify previous change + update comments (#56897) 2019-05-24 07:24:28 -04:00
linode Add type int for various argument params (#55026) 2019-04-10 16:19:00 -04:00
lxc Fix module issues (#52209) 2019-02-15 12:57:20 +01:00
lxd Spelling typo (#56878) 2019-05-24 09:22:15 +05:30
memset Fix various sonarcloud issues 2019-02-15 07:19:04 -08:00
misc virt_net: idempotency of create/stop actions (#53276) 2019-03-28 21:42:35 +05:30
oneandone E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
online Add an Online servers fact 2018-09-24 21:03:50 +02:00
opennebula add range_start and range_end agrs when query vm by a single id (#50056) 2018-12-20 01:51:20 -05:00
openstack Add dns_domain into os_network.py (#56453) 2019-05-24 10:27:20 -05:00
oracle Initial commit for Oracle Cloud Infrastructure modules 2019-05-14 13:51:45 -07:00
ovh Fixed typo from adress to address (#52143) 2019-02-13 13:57:13 +05:30
ovirt Update ovirt_vnic_profile.py (#56518) 2019-05-16 13:52:45 -04:00
packet E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
podman Add podman_image and podman_image_info modules (#55103) 2019-04-10 18:28:09 -05:00
profitbricks Add type int for various argument params (#55026) 2019-04-10 16:19:00 -04:00
pubnub E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
rackspace Add type int for various argument params (#55026) 2019-04-10 16:19:00 -04:00
scaleway Remove check for commercial types in scaleway_compute (#54535) 2019-04-01 07:02:12 -04:00
smartos New Module for SmartOS: nictagadm (#35919) 2019-01-23 04:57:46 +01:00
softlayer Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
spotinst Spotinst - adding support for instance health check validation (#49211) 2019-01-18 20:30:03 +00:00
univention The Univention modules have a issue with an unassigned variable. (#55083) 2019-04-10 10:43:56 +01:00
vmware VMware: Fix python 3 incompatibility (#54123) 2019-05-27 11:10:49 +05:30
vultr vultr: streamline docs (#56563) 2019-05-20 14:52:37 -05:00
webfaction Assorted pylint fixes 2019-02-15 06:54:47 -08:00
xenserver XenServer: Minor changes and fixes in xenserver_guest (#55678) 2019-05-08 09:03:44 -04:00
__init__.py package files 2016-12-08 11:22:22 -05:00