ansible/lib/ansible
robertchung caa5abdfc9 Fix TypeError in ec2_group.py for Python3 when sorting dictionary list (#59844)
* Fix TypeError in ec2_group.py for Python3 when sorting dictionary list

* Using json.loads() and dumps() to replace sorting

* Bug fixes for ec2_group.py

* Dictionaries cannot be compared/sorted in Python3

* Diff will occur when the IpPermissions have the same IpRanges but have different ordering

* 'before' will be sorted by 'Type' with high priority than 'IP', but 'boto3.describe_security_groups()' function cannot get 'Type' from Amazon

* Add some basic diff mode testing to exercise the rule-sorting code
2019-08-28 16:28:42 -07:00
..
cli Add support for network_cli connection retry (#61103) 2019-08-28 09:46:42 +05:30
compat
config
errors
executor Support relative imports in AnsiballZ. (#61196) 2019-08-27 18:11:21 -07:00
galaxy Support galaxy v3/autohub API in ansible-galaxy (#60982) 2019-08-28 16:59:34 -04:00
inventory inventory: Handle IndexError while parsing limit file (#59776) 2019-07-30 13:02:17 -04:00
module_utils Addition of ECS_Certificate Module (#60883) 2019-08-28 23:38:48 +02:00
modules Fix TypeError in ec2_group.py for Python3 when sorting dictionary list (#59844) 2019-08-28 16:28:42 -07:00
parsing
playbook
plugins Addition of ECS_Certificate Module (#60883) 2019-08-28 23:38:48 +02:00
template
utils
vars
__init__.py
constants.py
context.py
release.py