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