From f848326ecddcd4e3ffdfabba8f5b9485e7c9f229 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Sat, 15 May 2021 08:40:48 +1200 Subject: [PATCH] Update plugins/modules/packaging/os/pacman_key.py Co-authored-by: Andrew Klychkov --- plugins/modules/packaging/os/pacman_key.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/packaging/os/pacman_key.py b/plugins/modules/packaging/os/pacman_key.py index fa9c7fab26..921126b2ad 100644 --- a/plugins/modules/packaging/os/pacman_key.py +++ b/plugins/modules/packaging/os/pacman_key.py @@ -22,6 +22,7 @@ notes: - By default, keys will be locally signed after being imported into the keyring. - If the specified key id exists in the keyring, the key will not be added. - I(data), I(file), and I(url) are mutually exclusive. +- Supports C(check_mode). requirements: - gpg - pacman-key