From 535f0e9b113f34ccbc667209be081d2d8fa1f5a8 Mon Sep 17 00:00:00 2001 From: Dominic Hargreaves Date: Thu, 7 May 2015 15:49:50 +0100 Subject: [PATCH] apt_key documentation: add a note explaining the benefit of including 'id' --- 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 51901e76e6b..2967646feff 100644 --- a/lib/ansible/modules/packaging/os/apt_key.py +++ b/lib/ansible/modules/packaging/os/apt_key.py @@ -36,7 +36,7 @@ options: required: false default: none description: - - identifier of key + - identifier of key. Including this allows check mode to correctly report the changed state. data: required: false default: none