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] }}