community.general/lib/ansible
sdubrul 061877d584 added account_alias in the response of module aws_caller_facts (#42345)
* added account_alias in the response of module aws_caller_facts

* added comment to explain list_account_aliases

* renamed caller_identity to caller_facts as the content is extended

* created changelog

* security-policy needs the iam:ListAccountAliases for this module to work

* test now checks for the added field account_alias

* gracefully handle missing iam:ListAccountAliases permission
2018-08-22 17:21:12 -04:00
..
cli Remove deprecated tags config option (#44479) 2018-08-21 14:57:06 -05:00
compat Fix the local and ssh plugins for a cornercase retrying a syscall 2018-08-13 07:17:11 -07:00
config Remove deprecated tags config option (#44479) 2018-08-21 14:57:06 -05:00
errors
executor fix tempating issues with no_log and loops (#44468) 2018-08-21 21:53:56 -04:00
galaxy Fix invalid Dockerfile created by "galaxy init --type apb" (#42017) 2018-07-17 08:11:42 +05:30
inventory Error on empty group/host name (#42584) 2018-07-12 09:59:00 -04:00
module_utils doc: fixes the the repetitions (#43937) 2018-08-22 21:53:30 +02:00
modules added account_alias in the response of module aws_caller_facts (#42345) 2018-08-22 17:21:12 -04:00
parsing Raise a nicer error when we cannot execute the editor (#44423) 2018-08-22 10:24:11 -05:00
playbook Mass nuke deprecated items that are easily removed. ci_complete (#44320) 2018-08-20 16:26:10 -05:00
plugins Fixes #23078 - eliminate trailing whitespace in to_nice_json (#42633) 2018-08-22 14:55:30 -05:00
template Add specific exceptions to except 2018-08-01 16:42:05 -04:00
utils Update netconf_config module (#44379) 2018-08-21 20:41:18 +05:30
vars Don't use copy.deepcopy in high workload areas, use naive_deepcopy (#44337) 2018-08-20 15:08:29 -05:00
__init__.py
constants.py We can create a frozenset from a tuple 2018-08-13 15:21:44 -07:00
release.py