6 lines
146 B
Plaintext
6 lines
146 B
Plaintext
|
#jinja2: lstrip_blocks: True
|
||
|
{{ ansible_managed | comment }}
|
||
|
{% for option in item.content %}
|
||
|
{{ option.name }} = {{ option.value }}
|
||
|
{% endfor %}
|