ansible/changelogs/fragments/fix-python3-compatibility-with-AWS-policies.yaml
Sloane Hertel 8a02f894a6 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
2019-02-28 17:09:00 -05:00

3 lines
208 B
YAML

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