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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user