mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-01 19:54:24 -07:00
add symlink and fix documentation for pacman_key
This commit is contained in:
parent
45a00ee2a3
commit
5b5d99ff2e
2 changed files with 4 additions and 2 deletions
|
@ -16,15 +16,16 @@ DOCUMENTATION = '''
|
||||||
module: pacman_key
|
module: pacman_key
|
||||||
author:
|
author:
|
||||||
- George Rawlinson (@grawlinson) <george@rawlinson.net.nz>
|
- George Rawlinson (@grawlinson) <george@rawlinson.net.nz>
|
||||||
version_added: "2.10"
|
version_added: "1.1.0"
|
||||||
short_description: Manage pacman's list of trusted keys
|
short_description: Manage pacman's list of trusted keys
|
||||||
description:
|
description:
|
||||||
- Add or remove gpg keys from the pacman keyring.
|
- Add or remove gpg keys from the pacman keyring.
|
||||||
notes:
|
notes:
|
||||||
- Use full key id (16 characters) and fingerprint (40 characters) to avoid key collisions.
|
- Use full key ID (16 characters) and fingerprint (40 characters) to avoid key collisions.
|
||||||
- If you specify both the key id and the URL with C(state=present), the task can verify or add the key as needed.
|
- 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.
|
- 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.
|
- If the specified key id exists in the keyring, the key will not be added.
|
||||||
|
- data, file, and url are mutually exclusive.
|
||||||
requirements:
|
requirements:
|
||||||
- gpg
|
- gpg
|
||||||
- pacman-key
|
- pacman-key
|
||||||
|
|
1
plugins/modules/pacman_key.py
Symbolic link
1
plugins/modules/pacman_key.py
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
packaging/os/pacman_key.py
|
Loading…
Add table
Add a link
Reference in a new issue