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