mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31: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 = '''
|
||||
- name: Import a key via local file
|
||||
pacman_key:
|
||||
community.general.pacman_key:
|
||||
data: "{{ lookup('file', 'keyfile.asc') }}"
|
||||
state: present
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue