Fix the lexer used, jinja2 is not valid, jinja is
This commit is contained in:
parent
89cace28ea
commit
b3d600f1ec
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ How do I loop over a list of hosts in a group, inside of a template?
|
|||
A pretty common pattern is to iterate over a list of hosts inside of a host group, perhaps to populate a template configuration
|
||||
file with a list of servers. To do this, you can just access the "$groups" dictionary in your template, like this:
|
||||
|
||||
.. code-block:: jinja2
|
||||
.. code-block:: jinja
|
||||
|
||||
{% for host in groups['db_servers'] %}
|
||||
{{ host }}
|
||||
|
|
Loading…
Reference in a new issue