diff --git a/plugins/modules/packaging/os/pacman_key.py b/plugins/modules/packaging/os/pacman_key.py index 4ca319266a..75a427d3ee 100644 --- a/plugins/modules/packaging/os/pacman_key.py +++ b/plugins/modules/packaging/os/pacman_key.py @@ -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