community.general/lib/ansible
Vinay Dandekar ff9b86f560 Revert back to getting the AWS role name from the URI with a small change (#49113)
- The role name and instance profile name _can_ be different
- Change the delimiter to `:` for keys that are discovered through the JSON parsing (which is not a valid delimiter for AWS IAM role names), this delimiter is still converted to underscore
- Now checks for the existence of that delimiter to remove the cases where the JSON keys are appended to the role name to find the role name
2018-11-27 17:52:24 -05:00
..
cli Fix type in ansible-galaxy info output (#49096) 2018-11-27 09:45:20 +05:30
compat
config
errors
executor
galaxy
inventory
module_utils
modules Revert back to getting the AWS role name from the URI with a small change (#49113) 2018-11-27 17:52:24 -05:00
parsing
playbook
plugins Reboot - Fix errors when using Paramiko connection (#49002) 2018-11-27 16:48:57 -05:00
template Fix using vault encrypted data with jinja2_native (#49025) 2018-11-27 16:44:22 -05:00
utils
vars
__init__.py
constants.py
release.py