You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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`.
8 years ago
..
cli fix non-zero exit code on missing role file (#19002) 8 years ago
compat Fix typo when choosing KqueueSelector 8 years ago
config Making the switch to v2 10 years ago
errors adds feature to all modules to be run locally (#18763) 8 years ago
executor added fixme note 8 years ago
galaxy PEP 8 E111 & E114 cleanup. (#20838) 8 years ago
inventory Use a custom id generator over uuid4 8 years ago
module_utils Added Ordnance Module (#21447) 8 years ago
modules [cloud] ec2_vpc_peer should remove peering connections (#20113) 8 years ago
parsing improve error message on conflicting actions. Fixes #21057 (#21059) 8 years ago
playbook delegate_to is a string 8 years ago
plugins updates network local actions to check for connection=local (#21437) 8 years ago
template Also clean template data even if marked unsafe 8 years ago
utils Refactor E-Series AMG module to use module_utils (#20871) 8 years ago
vars Revert "Fixing another corner case for security related to CVE-2016-9587" 8 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 9 years ago
constants.py Added DIFF_ALWAYS constant 8 years ago
release.py Bumping devel version to 2.3.0 8 years ago