1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-18 22:03:04 +00:00

openssl_certificate: make sure extensions are present when they are queried by assertonly (#53207)

* Make sure extensions are present when they are queried by assertonly provider.

* Add changelog.
This commit is contained in:
Felix Fontein 2019-03-05 00:09:48 +01:00 committed by René Moser
parent aba4bed803
commit 6249bb8ea4
4 changed files with 72 additions and 0 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "openssl_certificate - make sure that extensions are actually present when their values should be checked."