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
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
This commit is contained in:
@@ -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
|
||||
|
@@ -2,6 +2,7 @@
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- zfsutils-linux
|
||||
- zfs-dkms
|
||||
become: true
|
||||
|
||||
- name: Ensure ZFS kernel module is loaded
|
||||
|
Reference in New Issue
Block a user