From 7fabaec55fd2afbff6460cf20006dd03e8ddbaf9 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 20 Apr 2013 22:48:20 -0400 Subject: [PATCH] Fix doc formatting error --- docsite/latest/rst/playbooks2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/latest/rst/playbooks2.rst b/docsite/latest/rst/playbooks2.rst index 82120f8afd6..ad5933869ea 100644 --- a/docsite/latest/rst/playbooks2.rst +++ b/docsite/latest/rst/playbooks2.rst @@ -459,7 +459,7 @@ Many new lookup abilities were added in 0.9. Remeber lookup plugins are run on As an alternative you can also assign lookup plugins to variables or use them elsewhere. This macros are evaluated each time they are used in a task (or -template). +template):: vars: motd_value: "{{ lookup('file', '/etc/motd') }}"