community.general/lib/ansible/modules
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
..
cloud Allow an Elastic IP to be re-associated in ec2_eip (#27389) 2017-10-06 09:51:36 +10:00
clustering kubernetes: PEP8 compliancy and doc fixes (#30914) 2017-09-29 01:51:23 -04:00
commands Fixes #30073: Remove 'Consider hg command' warning. (#31159) 2017-10-02 23:33:13 +02:00
crypto
database
files I am officially done with the unarchive module 2017-09-28 10:58:57 +02:00
identity ipa_sudorule: Fix issue #25863 (#26285) 2017-09-27 03:51:59 -04:00
inventory
messaging
monitoring Allow zabbix_host to change proxy to no proxy, fixes #24735 (#29123) 2017-10-05 17:51:37 -04:00
net_tools
network fixes #31080 (#31081) 2017-10-05 14:33:59 +05:30
notification
packaging Fix rpm_key absent. (#31045) 2017-10-05 14:45:14 +02:00
remote_management foreman: PEP8 compliancy and doc fixes (#30910) 2017-10-03 09:50:27 +02:00
source_control Revert "fix git wrapper (#29069)" 2017-10-04 12:55:57 -07:00
storage
system Do not run systemctl daemon-reload in check mode 2017-10-05 18:40:02 -04:00
utilities Remove stray " and replace include: with import_tasks: 2017-09-27 10:02:43 -04:00
web_infrastructure ansible_tower: fix broken import, reuse tower_argument_spec and documentation fragment (#29115) 2017-10-02 16:21:24 -04:00
windows win_reg_stat actually sets properties to be a dictionary, not a list (#31252) 2017-10-04 07:19:32 +11:00
__init__.py