From 2db375e4aa658d90c3886d9ae68b4d4c111ba51e Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Fri, 11 May 2018 07:45:20 +0200 Subject: [PATCH] apt_key: clarify the keyring option in docs (#39950) --- lib/ansible/modules/packaging/os/apt_key.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/packaging/os/apt_key.py b/lib/ansible/modules/packaging/os/apt_key.py index c25759ecbe3..7f07b3b3a0e 100644 --- a/lib/ansible/modules/packaging/os/apt_key.py +++ b/lib/ansible/modules/packaging/os/apt_key.py @@ -41,7 +41,7 @@ options: - The path to a keyfile on the remote server to add to the keyring. keyring: description: - - The path to specific keyring file in /etc/apt/trusted.gpg.d/ + - The full path to specific keyring file in /etc/apt/trusted.gpg.d/ version_added: "1.3" url: description: