Skip to content

Commit

Permalink
Revert "Bump fuse to fuse3"
Browse files Browse the repository at this point in the history
This reverts commit d0544c0.
  • Loading branch information
owine committed Mar 15, 2023
1 parent d0544c0 commit d14289f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/system/tasks/subtasks/mounts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
- "{{ ansible_mounts }}"
when: (item.mount == '/') and (item.fstype == 'ext4')

- name: Mounts | Install 'fuse3'
- name: Mounts | Install 'fuse'
apt:
name: fuse3
name: fuse
state: present

- name: Mounts | Import 'fuse.conf'
Expand Down

0 comments on commit d14289f

Please sign in to comment.