From 6c66cd1e48746fbc6a5cd7701db62b73d9f83f22 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Mon, 17 Aug 2020 05:57:10 +1200 Subject: [PATCH] documentation fix for pacman_key --- 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 b09f728ce5..d7ecaa8f4a 100644 --- a/plugins/modules/packaging/os/pacman_key.py +++ b/plugins/modules/packaging/os/pacman_key.py @@ -25,7 +25,7 @@ notes: - If you specify both the key id and the URL with C(state=present), the task can verify or add the key as needed. - 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. -- data, file, and url are mutually exclusive. +- I(data), I(file), and I(url) are mutually exclusive. requirements: - gpg - pacman-key