1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-09 03:58:59 +00: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:34 +12:00 committed by GitHub
parent d19e2b4864
commit 70d486a3e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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