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:01 +12:00 committed by GitHub
commit 1a8b76dc46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,7 @@ EXAMPLES = '''
state: present
- name: Import a key via remote file
pacman_key:
community.general.pacman_key:
file: /tmp/keyfile.asc
state: present