1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update plugins/modules/packaging/os/pacman_key.py

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
George Rawlinson 2021-05-15 08:40:48 +12:00 committed by GitHub
parent 369cc500a4
commit f848326ecd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@ notes:
- 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.
- I(data), I(file), and I(url) are mutually exclusive.
- Supports C(check_mode).
requirements:
- gpg
- pacman-key