fix: remove OS checks

either use the generic package module or OS-specific tasks that won't silently fail playbook runs
This commit is contained in:
2026-07-09 16:17:30 +02:00
parent 04e38f42b5
commit 9fbba9ffd6
4 changed files with 3 additions and 6 deletions
-1
View File
@@ -5,7 +5,6 @@
- docker.io
- docker-compose
state: present
when: ansible_facts['os_family'] == "Debian" ## Debian / Ubuntu
become: true
- name: Ensure Docker service is running