diff --git a/plugins/modules/packaging/os/pacman_key.py b/plugins/modules/packaging/os/pacman_key.py index 78cbca4e57..b17017a82c 100644 --- a/plugins/modules/packaging/os/pacman_key.py +++ b/plugins/modules/packaging/os/pacman_key.py @@ -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