community.general/lib/ansible
Will Thames 950ff3f24a Fix EIP release in ec2_vpc_nat_gateway (#20167)
* Check if EIP exists before deleting it

After deleting the NAT gateway, the EIP sometimes seems to
cease to exist afterwards. Check if it exists before deleting it.

Otherwise you get:
```
Failed to release EIP eipalloc-abdc1234: An error occurred (InvalidAllocationID.NotFound) \
when calling the ReleaseAddress operation: The allocation ID 'eipalloc-abcd1234' does not \
exist", "success": false}
```

* Fix flake8 errors with ec2_vpc_nat_gateway
2017-02-01 15:32:03 -05:00
..
cli PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
compat PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors adds feature to all modules to be run locally (#18763) 2016-12-15 15:47:29 -05:00
executor Warn reserved (#20567) 2017-01-31 15:35:28 -05:00
galaxy PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
inventory PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
module_utils last ditch debian release data (#20571) 2017-02-01 13:15:02 -05:00
modules Fix EIP release in ec2_vpc_nat_gateway (#20167) 2017-02-01 15:32:03 -05:00
parsing Add representer to AnsibleDumper for AnsibleUnsafeText 2017-01-19 10:10:07 -06:00
playbook PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
plugins module_utils: implement deprecation warning for params (#20884) 2017-02-01 13:00:22 -05:00
template PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
utils PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
vars PEP 8 fix. 2017-01-31 13:38:05 -08:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py Use a -short- custom hash for controlpersist path by default (#20843) 2017-02-01 10:39:40 -05:00
release.py Bumping devel version to 2.3.0 2016-10-03 11:46:31 -05:00
test-requirements.txt Switch tests to pytest and ansible-test. 2017-01-11 12:34:59 -08:00