From e363abeca7acab468b847237c42a09af198dc083 Mon Sep 17 00:00:00 2001 From: jkleint Date: Thu, 13 Dec 2012 16:21:25 -0500 Subject: [PATCH] Missing colon in $FILE example --- docsite/rst/playbooks2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks2.rst b/docsite/rst/playbooks2.rst index afc412a9571..b26e9897eca 100644 --- a/docsite/rst/playbooks2.rst +++ b/docsite/rst/playbooks2.rst @@ -443,7 +443,7 @@ This syntax will remain in future versions, though we will also will provide way is an example using the authorized_key module, which requires the actual text of the SSH key as a parameter:: tasks: - - authorized_key name=$item key='$FILE(/keys/$item)' + - authorized_key: name=$item key='$FILE(/keys/$item)' with_items: - pinky - brain