Commit a7a82c79 by Michael DeHaan

Merge pull request #3611 from tgerla/docsfix

very minor fix to playbooks2 to fix a formatting error
parents 524c7bd7 7e07bca6
......@@ -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] }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment