fix: remove debug task for ZFS mountpoints verification
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 14s
Python Lint Check / check-python (push) Failing after 53s
Nix Format Check / check-format (push) Failing after 12m11s

This commit is contained in:
Menno van Leeuwen 2025-03-12 21:30:07 +01:00
parent bdf7487b45
commit a516d3f2d7
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -137,9 +137,3 @@
- { path: /mnt/tvshows, src: datapool/tv_shows } - { path: /mnt/tvshows, src: datapool/tv_shows }
register: zfs_mountpoints_result register: zfs_mountpoints_result
when: datapool_check.rc == 0 when: datapool_check.rc == 0
# Add a debug task to verify the operation
- name: Debug ZFS mountpoints results
ansible.builtin.debug:
var: zfs_mountpoints_result
when: datapool_check.rc == 0