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