diff --git a/plugins/modules/packaging/os/pacman_key.py b/plugins/modules/packaging/os/pacman_key.py index a9f6dbbf61..fabba81bdb 100644 --- a/plugins/modules/packaging/os/pacman_key.py +++ b/plugins/modules/packaging/os/pacman_key.py @@ -105,7 +105,7 @@ EXAMPLES = ''' keyring: /etc/pacman.d/gnupg-alternative - name: Remove a key from the keyring - pacman_key: + community.general.pacman_key: id: 01234567890ABCDE01234567890ABCDE12345678 state: absent '''