Skip to content

Commit

Permalink
unionfs: fix service path check
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Sep 9, 2023
1 parent 1a7fc5f commit ec7c54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/unionfs/tasks/subtasks/mergerfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
---
- name: "Check if 'saltbox_managed_mergerfs.service' exists"
ansible.builtin.stat:
path: "/etc/systemd/system/mergerfs.service"
path: "/etc/systemd/system/saltbox_managed_mergerfs.service"
register: saltbox_managed_mergerfs_status

- name: "MergerFS | Stop 'saltbox_managed_mergerfs.service'"
Expand Down

0 comments on commit ec7c54b

Please sign in to comment.