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

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