Skip to content

Commit

Permalink
unionfs: fix leftover unrenamed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Aug 27, 2023
1 parent fc077b6 commit 96ce7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/unionfs/tasks/subtasks/mount_path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
attributes: '-i'

- name: Mount Path | Legacy block
when: (not 'immutable' in mnt_unionfs.stat.attributes)
when: (not 'immutable' in mnt_unionfs_stat.stat.attributes)
block:
- name: "Mount Path | Remove empty directories in '/mnt/unionfs'"
ansible.builtin.shell: "find '/mnt/unionfs' -type d -empty -delete"
Expand Down

0 comments on commit 96ce7d1

Please sign in to comment.