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
d19e2b4864
commit
70d486a3e0
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ options:
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: Import a key via local file
|
- name: Import a key via local file
|
||||||
pacman_key:
|
community.general.pacman_key:
|
||||||
data: "{{ lookup('file', 'keyfile.asc') }}"
|
data: "{{ lookup('file', 'keyfile.asc') }}"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue