# SPDX-FileCopyrightText: 2024 MDAD Team and contributors # # SPDX-License-Identifier: AGPL-3.0-or-later --- - name: Ensure fuse installed (Debian/Raspbian) ansible.builtin.apt: name: fuse state: present