community.general/lib/ansible
Yanis Guenane b658ea8da2 openssl_csr: Ensure array comparison is deterministic (#28265)
When comparing expected and current value for keyUsage and
extendedKeyUsage current behavior is not deterministic.

As we compare two arrays, based on the order the value have been
specified, False might be returned when the two arrays actually matches.
In order to have a deterministic comparison we compare sets rather than
arrays.
2017-08-16 14:35:25 +02:00
..
cli metadata 1.1 2017-08-15 23:12:08 -07:00
compat Remove wildcard imports 2017-07-28 22:10:17 -07:00
config Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
errors Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
executor Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
galaxy Removes container-enabled warning (#27578) 2017-08-01 12:51:03 -04:00
inventory Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
module_utils eos_user fix username param (#28114) 2017-08-16 12:08:59 +05:30
modules openssl_csr: Ensure array comparison is deterministic (#28265) 2017-08-16 14:35:25 +02:00
parsing metadata 1.1 2017-08-15 23:12:08 -07:00
playbook Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
plugins Added cyberarkpassword lookup plugin (#21857) 2017-08-15 23:06:46 -07:00
template Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
utils Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
vars Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
release.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00