From dcb06a23069f48a18b6b41c292be6d1377b40dd5 Mon Sep 17 00:00:00 2001 From: Veeti Paananen Date: Fri, 14 Jun 2013 14:29:45 +0300 Subject: [PATCH] Document the data argument for apt_key --- library/packaging/apt_key | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/library/packaging/apt_key b/library/packaging/apt_key index de4ada8c39..adb94f5e69 100644 --- a/library/packaging/apt_key +++ b/library/packaging/apt_key @@ -37,6 +37,11 @@ options: default: none description: - identifier of key + data: + required: false + default: none + description: + - keyfile contents url: required: false default: none