mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-31 17:11:23 -07:00
Update plugins/modules/packaging/os/pacman_key.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
1a8b76dc46
commit
43469a797b
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ EXAMPLES = '''
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Import a key via url
|
- name: Import a key via url
|
||||||
pacman_key:
|
community.general.pacman_key:
|
||||||
id: 01234567890ABCDE01234567890ABCDE12345678
|
id: 01234567890ABCDE01234567890ABCDE12345678
|
||||||
url: https://domain.tld/keys/keyfile.asc
|
url: https://domain.tld/keys/keyfile.asc
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue