mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 01:44:03 -07:00
When using `nat_destination` parameter of `os_floating_ip` module, dot syntax (`addr.addr`) is used to access a value in a dictionary, resulting in the module crashing with this error: AttributeError: 'dict' object has no attribute 'addr' This is now fixed, when using correct syntax (`addr['addr']`), the module seems to work fine. Fixes #51443 |
||
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | ||
modules | ||
parsing | ||
playbook | ||
plugins | ||
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
context.py | ||
release.py |