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