comment syntax
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#{% for host in hostvars[inventory_hostname]['hosts_to_backup'] %}
|
{#{% for host in hostvars[inventory_hostname]['hosts_to_backup'] %}#}
|
||||||
{% for host in hosts_to_backup %}
|
{% for host in hosts_to_backup %}
|
||||||
{{ host.hostname }};/opt/backup/config/{{ host.hostname }}_includes.txt;/opt/backup/config/{{ host.hostname }}_excludes.txt
|
{{ host.hostname }};/opt/backup/config/{{ host.hostname }}_includes.txt;/opt/backup/config/{{ host.hostname }}_excludes.txt
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
Reference in New Issue
Block a user