diff --git a/roles/mgrote.zfs_sanoid/templates/sanoid.conf.j2 b/roles/mgrote.zfs_sanoid/templates/sanoid.conf.j2 index cd4f0c29..9796d030 100644 --- a/roles/mgrote.zfs_sanoid/templates/sanoid.conf.j2 +++ b/roles/mgrote.zfs_sanoid/templates/sanoid.conf.j2 @@ -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 %}