Update for FreeBSD on AMD Framework laptop.

This commit is contained in:
Tom Alexander
2024-04-28 12:53:25 -04:00
parent 32eca75f4e
commit a7fe423583
14 changed files with 79 additions and 50 deletions

View File

@@ -53,3 +53,11 @@
- zfs-mount.service
- zfs.target
- zfs-import.target
- name: Enable periodic scrub
when: periodic_scrub_pools is defined
systemd:
enabled: yes
name: "zfs-scrub-weekly@{{ item }}.timer"
daemon_reload: yes
loop: "{{ periodic_scrub_pools }}"