mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
documentation fix for pacman_key
This commit is contained in:
parent
5b5d99ff2e
commit
6c66cd1e48
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ notes:
|
|||
- If you specify both the key id and the URL with C(state=present), the task can verify or add the key as needed.
|
||||
- By default, keys will be locally signed after being imported into the keyring.
|
||||
- If the specified key id exists in the keyring, the key will not be added.
|
||||
- data, file, and url are mutually exclusive.
|
||||
- I(data), I(file), and I(url) are mutually exclusive.
|
||||
requirements:
|
||||
- gpg
|
||||
- pacman-key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue