1
2
3 {% for entry in system.fstab %}
{{ entry.device }} {{ entry.path }} {{ entry.fstype }} {{ entry.options }} {{ entry.checks }}
{% endfor %}
My personal ansible roles and playbooks [deprecated in favor of nixos]
1
2
3 {% for entry in system.fstab %}
{{ entry.device }} {{ entry.path }} {{ entry.fstype }} {{ entry.options }} {{ entry.checks }}
{% endfor %}