mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
replace uses of sort_json_policy_dict with compare_policies (#52943)
* replace uses of sort_json_policy_dict with compare_policies which is compatible with Python 3 and remove sort_json_policy_dict from the AWS guidelines since it only works on Python 2 * Sort any lists containing only strings * Sort the original policy too
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- ecs_ecr and iam_role - replace uses of sort_json_policy_dict with compare_policies which is compatible with Python 3
|
||||
- Remove recommendation to use sort_json_policy_dict in the AWS guidelines
|
||||
Reference in New Issue
Block a user