fix: remove debug task for ZFS mountpoints verification
This commit is contained in:
parent
bdf7487b45
commit
a516d3f2d7
@ -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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user