Install nvme-cli in both.

This commit is contained in:
Tom Alexander
2023-01-28 01:20:42 -05:00
parent 8955c32e43
commit 8bd1c8f79e
3 changed files with 33 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
# TODO: Enable period trim, this could be via systemctl enable zfs-trim-weekly@zroot.timer and fstrim.timer on linux. Need to find FreeBSD solution.
- name: Install packages
package:
name:
- nvme-cli
state: present
- import_tasks: tasks/freebsd.yaml
when: 'os_flavor == "freebsd"'