mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-24 13:50:42 +00:00
fix multiline default value template
This commit is contained in:
parent
844a05aea3
commit
c8a9bfc325
@ -17,7 +17,7 @@
|
||||
{% if item.value is mapping %}
|
||||
{{ item.value | to_nice_yaml(indent=2) }}
|
||||
{% else %}
|
||||
{% for ve_line in item.example %}
|
||||
{% for ve_line in item.value %}
|
||||
{{ ve_line }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user