mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-29 06:00:19 +01:00
Update source template to match generated files
This commit is contained in:
parent
2e2e831c4d
commit
e8e583b20a
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@
|
||||||
{% elif value is sameas false %}
|
{% elif value is sameas false %}
|
||||||
{{ key }} no
|
{{ key }} no
|
||||||
{% elif value is string or value is number %}
|
{% elif value is string or value is number %}
|
||||||
{{ key }} {{ value }}
|
{{ key }} {{ value | string }}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% for i in value %}
|
{% for i in value %}
|
||||||
{{ key }} {{ i }}
|
{{ key }} {{ i | string }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue