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:
Daniel Albers 2025-06-02 20:41:53 +02:00 committed by GitHub
commit 624a8aa120
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 277 additions and 75 deletions

View file

@ -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).