mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
d332367018
Trying to associate an already-associated ElasticIP was failing. This is however supported by the `boto` method that is used under the hood, `associate_address`: To quote `boto` documentation: ``` This option to allow an Elastic IP address that is already associated with another networkinterface or instance to be re-associated with the specified instance or interface. ``` This defaults to False, both per backwards-compatibility and to mirror the boto default value. Fixes #27385 |
||
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | ||
modules | ||
parsing | ||
playbook | ||
plugins | ||
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
release.py |