mirror of https://github.com/ansible/ansible.git
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.pull/28279/head
parent
665257ef18
commit
b658ea8da2
Loading…
Reference in New Issue