community.general/lib/ansible
Will Thames 3ca006ecbb Allow removal of target groups from ASGs (#25126)
An empty `target_group_arns` list represents no target groups.
This is different to not passing a `target_group_arns` list at all
which can signify no change.

Remove unnecessary empty list construction, as it must already be
an empty list to get to that point.
2017-06-01 08:53:31 -04:00
..
cli spelling fixes (non-trivial, changing messages) (#25094) 2017-06-01 10:45:19 +01:00
compat ansible/compat/: PEP8 compliancy (#24689) 2017-05-18 08:36:11 +01:00
config
errors ansible/errors: PEP8 compliancy (#24693) 2017-05-18 08:34:57 +01:00
executor Ensure exit_json returns failed = False 2017-05-30 14:56:31 -07:00
galaxy Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
inventory properlly report plugin name 2017-05-30 11:10:43 -04:00
module_utils spelling fixes (non-trivial, changing messages) (#25094) 2017-06-01 10:45:19 +01:00
modules Allow removal of target groups from ASGs (#25126) 2017-06-01 08:53:31 -04:00
parsing removed unused import 2017-05-24 11:55:56 -04:00
playbook Ensure `when` warning is checked before expanding (#25092) 2017-05-30 15:48:45 -04:00
plugins spelling fixes (non-trivial, changing messages) (#25094) 2017-06-01 10:45:19 +01:00
template fix from https://github.com/ansible/ansible/pull/23001 2017-05-19 09:41:09 -04:00
utils ansible/utils/: PEP8 compliancy (#24686) 2017-05-30 18:09:44 +01:00
vars Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
__init__.py
constants.py MAX_FILE_SIZE_FOR_DIFF (#25170) 2017-05-30 16:18:13 +01:00
release.py