Role: zfs_sanoid: entferne doppeltes if (#406)
Reviewed-on: mg/ansible#406
This commit is contained in:
parent
1c7879b186
commit
0697728cbb
1 changed files with 0 additions and 2 deletions
|
@ -1,12 +1,10 @@
|
||||||
{{ file_header | default () }}
|
{{ file_header | default () }}
|
||||||
## ZFS Section -------------------------------- ##
|
## ZFS Section -------------------------------- ##
|
||||||
{% for item in sanoid_datasets if item.snapshots is sameas true %}
|
{% for item in sanoid_datasets if item.snapshots is sameas true %}
|
||||||
{% if item.snapshots is sameas true %}
|
|
||||||
[{{ item.path }}]
|
[{{ item.path }}]
|
||||||
use_template = {{ item.template }}
|
use_template = {{ item.template }}
|
||||||
recursive = {{ item.recursive }}
|
recursive = {{ item.recursive }}
|
||||||
## -------------------------------------------- ##
|
## -------------------------------------------- ##
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue