mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-16 05:41:04 +00:00
* - Fix sorting bug related to diff (attributes is sorted in the API, other lists are not) - Remove null-valued entries from protocolMappers introduced by Ansible's argument spec checking (also fixes diff output). * python2.6-ified dict comprehension * avoid use of map