From b5fbef9a805f2cd7d63d495178df1cc2f37d3944 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Sat, 15 May 2021 08:40:19 +1200 Subject: [PATCH] Update plugins/modules/packaging/os/pacman_key.py Co-authored-by: Andrew Klychkov --- plugins/modules/packaging/os/pacman_key.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '''