community.general/lib/ansible
Will Thames 635e3fe9ee [cloud] ec2_vpc_peer should remove peering connections (#20113)
Don't try to create tags on a vpc that you've just removed.

Avoids

```
 "msg": "An error occurred (InvalidParameterValue) when calling the CreateTags operation: You must specify one or more tags to create"
```

Although not quite sure why the `create_tags` was being called
as `module.params.get('tags')` *should* have returned `None`.
2017-02-15 10:21:47 -05:00
..
cli fix non-zero exit code on missing role file (#19002) 2017-02-14 17:57:06 +01:00
compat Fix typo when choosing KqueueSelector 2017-02-06 08:46:58 -08:00
config
errors adds feature to all modules to be run locally (#18763) 2016-12-15 15:47:29 -05:00
executor added fixme note 2017-02-10 08:46:33 -05:00
galaxy PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
inventory Use a custom id generator over uuid4 2017-02-10 14:38:38 -06:00
module_utils Added Ordnance Module (#21447) 2017-02-15 10:30:45 +00:00
modules [cloud] ec2_vpc_peer should remove peering connections (#20113) 2017-02-15 10:21:47 -05:00
parsing improve error message on conflicting actions. Fixes #21057 (#21059) 2017-02-06 22:48:06 +00:00
playbook delegate_to is a string 2017-02-10 20:07:49 -05:00
plugins updates network local actions to check for connection=local (#21437) 2017-02-15 11:27:54 +00:00
template Also clean template data even if marked unsafe 2017-02-10 10:08:55 -06:00
utils Refactor E-Series AMG module to use module_utils (#20871) 2017-02-14 15:53:18 -05:00
vars Revert "Fixing another corner case for security related to CVE-2016-9587" 2017-02-10 08:27:26 -06:00
__init__.py
constants.py Added DIFF_ALWAYS constant 2017-02-09 18:28:50 -05:00
release.py