mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 07:56:38 +00:00
* AWS key management service fix; statement may not have a principal, and if there is only one AWS principal it will not be a list as expected. Fixes 25786. * remove len(), only catch exception in function for json.dumps() failure * use a defined variable and make formatting python 2.6 compatible