Commit 7e07bca6 by Tim Gerla

very minor fix to playbooks2 to fix a formatting error

parent 524c7bd7
......@@ -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