From d197f898a5769c2fc10ad702836c1145026c2b11 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' --- packaging/os/apt_key.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/os/apt_key.py b/packaging/os/apt_key.py index 51901e76e6b..2967646feff 100644 --- a/packaging/os/apt_key.py +++ b/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