mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Update plugins/modules/packaging/os/pacman_key.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user