openssh_cert - fix full_idempotence for host certificates (#396) (#397)

* fixing host cert idempotence

* adding changelog fragment

(cherry picked from commit a307618872)
This commit is contained in:
Andrew Pantuso
2022-02-05 04:00:07 -05:00
committed by GitHub
parent 2727b74cc7
commit 7ff067937a
3 changed files with 28 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
bugfixes:
- openssh_cert - fixed false ``changed`` status for ``host`` certificates when using ``full_idempotence``
(https://github.com/ansible-collections/community.crypto/issues/395,
https://github.com/ansible-collections/community.crypto/pull/396).