From aa0af271d6c2f171e89f547019972cf5fa193ab3 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 3 Nov 2012 19:27:14 -0400 Subject: [PATCH] Quote some stuff in docs --- 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 20911195d3..463e8eb3f1 100644 --- a/docsite/rst/playbooks2.rst +++ b/docsite/rst/playbooks2.rst @@ -402,7 +402,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/$user1) + - authorized_key name=$item key=$FILE('/keys/$user1') with_items: - pinky - brain