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/lib/ansible
SirFerdek 37df89b2d8 [docker_network] Fix idempotency when using aux_addresses in ipam_config (#56901)
* [docker_network] Fix idempotency when using aux_addresses in ipam_config

Mismatch between keys returned by Docker API (AuxilliaryAddresses) vs
expected by Ansible module (aux_addresses) resulted in tasks always
have status 'changed'. The existing code normalizing one set of
keys to another missed this special case where converting
CamelCase to lowercase is not sufficent.

Please see
https://github.com/moby/moby/blob/master/api/types/network/network.go
for reference.

* Correct keywords formatting in changelog file

Co-Authored-By: Felix Fontein <felix@fontein.de>
2019-05-26 08:40:09 -04:00
..
cli fix collection adjacent loading with --playbook-dir (#56194) 2019-05-22 11:06:54 -04:00
compat
config Config toggle for duplicate dict key warnings (fixes #56799) (#56805) 2019-05-23 08:42:44 -05:00
errors
executor Not native, but text (#55676) 2019-05-24 14:49:04 -04:00
galaxy
inventory The InventoryData class does not have a get_vars method and InventoryManager's get_vars never appears to have been used (#56804) 2019-05-22 13:56:47 -04:00
module_utils postgresql: remove depricated lib (#56641) 2019-05-24 15:08:16 -04:00
modules [docker_network] Fix idempotency when using aux_addresses in ipam_config (#56901) 2019-05-26 08:40:09 -04:00
parsing Not native, but text (#55676) 2019-05-24 14:49:04 -04:00
playbook Prevent vars premature templating (#56117) 2019-05-23 09:42:19 -04:00
plugins docker conncetion plugin: accept 'dev' as 'newest version' (#56947) 2019-05-26 14:15:25 +02:00
template Not native, but text (#55676) 2019-05-24 14:49:04 -04:00
utils some logging fixes (#56311) 2019-05-24 16:43:47 -04:00
vars Not native, but text (#55676) 2019-05-24 14:49:04 -04:00
__init__.py
constants.py removed previouslly deprecated settings (#55662) 2019-05-15 16:36:30 -04:00
context.py
release.py