mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
171d903d04
When using Python3, the exec_module function errors out with a unsupported operand type(s) for +: 'dict_keys' and 'list' error when adding the .keys() to a static list. Use the explicit list function to make a list of keys and then add to the ['tags'] list. |
||
---|---|---|
.. | ||
__init__.py | ||
azure.py | ||
azure_rm_deployment.py | ||
azure_rm_networkinterface.py | ||
azure_rm_networkinterface_facts.py | ||
azure_rm_publicipaddress.py | ||
azure_rm_publicipaddress_facts.py | ||
azure_rm_resourcegroup.py | ||
azure_rm_resourcegroup_facts.py | ||
azure_rm_securitygroup.py | ||
azure_rm_securitygroup_facts.py | ||
azure_rm_storageaccount.py | ||
azure_rm_storageaccount_facts.py | ||
azure_rm_storageblob.py | ||
azure_rm_subnet.py | ||
azure_rm_virtualmachine.py | ||
azure_rm_virtualmachineimage_facts.py | ||
azure_rm_virtualnetwork.py | ||
azure_rm_virtualnetwork_facts.py |