mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-01-16 18:23:26 +03:00
Include potentially distro-specific tasks at runtime
This avoids Ansible trying to ensure `community.general.pacman` is available, even if that module will never run (because `when` says so). Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2228
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Ensure fuse installed (Debian/Raspbian)
|
||||
ansible.builtin.apt:
|
||||
name: fuse
|
||||
state: present
|
||||
Reference in New Issue
Block a user