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
Jean-Frédéric d332367018 Allow an Elastic IP to be re-associated in ec2_eip (#27389)
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
2017-10-06 09:51:36 +10:00
..
cli dont follow symlinks for inventories 2017-10-04 11:04:32 -04:00
compat Remove wildcard imports 2017-07-28 22:10:17 -07:00
config We want the ini and env vars to both override in the same order 2017-10-04 13:06:56 -07:00
errors report extra info in verbose and if needed 2017-10-03 16:48:21 -04:00
executor fixed winrm to use proper task vars (#31072) 2017-09-29 11:12:56 +10:00
galaxy Removes container-enabled warning (#27578) 2017-08-01 12:51:03 -04:00
inventory correctd inventory_file to return full path 2017-10-04 11:53:25 -04:00
module_utils better chown errors 2017-10-05 18:40:41 -04:00
modules Allow an Elastic IP to be re-associated in ec2_eip (#27389) 2017-10-06 09:51:36 +10:00
parsing Fix typo in vault decrypt error message (#31335) 2017-10-05 18:09:22 -04:00
playbook restore connection options from cli 2017-10-04 23:14:26 -07:00
plugins Fix nxos terminal regex to parse xml response (#31283) 2017-10-05 15:32:43 +05:30
template Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
utils ansible_tower: fix broken import, reuse tower_argument_spec and documentation fragment (#29115) 2017-10-02 16:21:24 -04:00
vars remove fact namespacing 2017-09-10 17:37:52 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py Fix backwards compatibility of constants.get_config 2017-10-03 09:19:04 -04:00
release.py Bump the versions now that devel is 2.5 2017-09-06 13:13:57 -07:00