Skip to content

Commit 1b7df50

Browse files
AlDfelixfontein
andauthored
Update plugins/modules/pacman_key.py
Co-authored-by: Felix Fontein <[email protected]>
1 parent d9bb15d commit 1b7df50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/modules/pacman_key.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
default: /etc/pacman.d/gnupg
7979
state:
8080
description:
81-
- Ensures that the key is present (added), trusted (signed and not expired) or absent (revoked).
81+
- Ensures that the key is V(present) (added), V(trusted) (signed and not expired) or V(absent) (revoked).
82+
- The state V(trusted) has been added in community.general 10.6.0.
8283
default: present
8384
choices: [absent, present, trusted]
8485
type: str

0 commit comments

Comments
 (0)