Files
community.general/lib/ansible/modules/cloud
Jiří Stránský 0924a8cf67 Fix dictionary access in os_floating_ip module (#51444)
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
2019-02-06 11:51:30 -05:00
..
2019-01-07 22:29:01 +01:00
2019-01-31 17:03:50 -05:00
2018-12-21 23:59:37 +01:00
2018-11-28 13:55:52 +05:30
2018-09-24 21:03:50 +02:00
2018-11-28 13:55:52 +05:30
2018-11-28 13:55:52 +05:30