mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-07 03:07:33 +01:00
7 lines
110 B
YAML
7 lines
110 B
YAML
|
---
|
||
|
|
||
|
- name: Ensure fuse installed (Archlinux)
|
||
|
community.general.pacman:
|
||
|
name: fuse3
|
||
|
state: present
|