From 7e07bca6bff7a350b93aed96d38c67bb0b60aee8 Mon Sep 17 00:00:00 2001 From: Tim Gerla Date: Sun, 21 Jul 2013 11:50:12 -0700 Subject: [PATCH] very minor fix to playbooks2 to fix a 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 21303452b11..12aaeddfc05 100644 --- a/docsite/latest/rst/playbooks2.rst +++ b/docsite/latest/rst/playbooks2.rst @@ -98,7 +98,7 @@ them a simple {{ foo }} is not sufficient, but it is still easy to do. Here's {{ ansible_eth0["ipv4"]["address"] }} -Similarly, this is how we access the first element of an array: +Similarly, this is how we access the first element of an array:: {{ foo[0] }}