fix: remove GeeseFS tasks from server configuration
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 18s
Nix Format Check / check-format (push) Successful in 55s
Python Lint Check / check-python (push) Failing after 13s

This commit is contained in:
2025-03-13 21:30:09 +01:00
parent 3e652b2036
commit e45bc5eb5a
2 changed files with 0 additions and 100 deletions

View File

@@ -11,9 +11,6 @@
- name: Include ZFS tasks
ansible.builtin.include_tasks: zfs.yml
- name: Include GeeseFS tasks
ansible.builtin.include_tasks: geesefs.yml
- name: Check if datapool exists
ansible.builtin.command: zpool list datapool
register: datapool_check