mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 15:13:20 +02:00
6 lines
160 B
Plaintext
6 lines
160 B
Plaintext
![]() |
{% if item.config is defined and item.config is mapping %}
|
||
|
{% for key in item.config.keys() | list %}
|
||
|
{{ key }}={{ item.config[key] }}
|
||
|
{% endfor %}
|
||
|
{% endif %}
|