From 1a8b76dc462ce6c840a8d34d76fce833076ae760 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Sat, 15 May 2021 08:40:01 +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 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