mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
Merge pull request #3611 from tgerla/docsfix
very minor fix to playbooks2 to fix a formatting error
This commit is contained in:
@@ -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] }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user