mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-07 19:27:35 +01:00
7 lines
110 B
YAML
7 lines
110 B
YAML
|
---
|
||
|
|
||
|
- name: Ensure fuse installed (Debian/Raspbian)
|
||
|
ansible.builtin.apt:
|
||
|
name: fuse
|
||
|
state: present
|