feat: enhance printfe function to include timestamp and message type, and update server tasks for dotfiles-test
Some checks failed
Nix Format Check / check-format (push) Failing after 37s

This commit is contained in:
2025-03-12 10:23:49 +01:00
parent 63a63e7dae
commit e1c4d5aaaf
3 changed files with 25 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
- name: Include ZFS tasks
ansible.builtin.include_tasks: zfs.yml
when: ansible_hostname == "mennos-server"
when: ansible_hostname == "mennos-server" or ansible_hostname == "dotfiles-test"
- name: Include services tasks
ansible.builtin.include_tasks: services/services.yml

View File

@@ -2,6 +2,7 @@
ansible.builtin.package:
name:
- zfsutils-linux
- zfs-dkms
become: true
- name: Ensure ZFS kernel module is loaded