2024-12-07 17:34:44 +01:00
|
|
|
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
|
2022-11-05 07:31:22 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: Ensure fuse installed (Debian/Raspbian)
|
|
|
|
ansible.builtin.apt:
|
|
|
|
name: fuse
|
|
|
|
state: present
|