fix: add debug task to verify ZFS mountpoints results in Ansible playbook
This commit is contained in:
parent
d3a00bef3e
commit
7bc9508e8e
@ -135,4 +135,11 @@
|
||||
- { path: /mnt/photos, src: datapool/photos }
|
||||
- { path: /mnt/movies, src: datapool/movies }
|
||||
- { path: /mnt/tvshows, src: datapool/tv_shows }
|
||||
register: zfs_mountpoints_result
|
||||
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