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 () }}
|
||||
## ZFS Section -------------------------------- ##
|
||||
{% for item in sanoid_datasets if item.snapshots is sameas true %}
|
||||
{% if item.snapshots is sameas true %}
|
||||
[{{ item.path }}]
|
||||
use_template = {{ item.template }}
|
||||
recursive = {{ item.recursive }}
|
||||
## -------------------------------------------- ##
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue