mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-06 06:04:24 -07:00
pacman_key: support checking for expired and untrusted keys (#9950)
* Support checking for expired and untrusted keys Adds option `ensure_trusted`. Fixes #9949 * Update `ensure_trusted` option documentation
This commit is contained in:
parent
acbb59d3d8
commit
624a8aa120
3 changed files with 277 additions and 75 deletions
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
minor_changes:
|
||||
- pacman_key - support verifying that keys are trusted and not expired (https://github.com/ansible-collections/community.general/issues/9949, https://github.com/ansible-collections/community.general/pull/9950).
|
Loading…
Add table
Add a link
Reference in a new issue