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
+3 -1
View File
@@ -1,3 +1,5 @@
# Ansible Collection
Opinionated set of roles to configure reasonable defaults for newly provisioned Debian / Ubuntu VMs running Docker. The repository provides a ready-to-use Ansible Collection (`studio.ansible`) containing reusable roles.
Opinionated set of roles to configure reasonable defaults for newly provisioned virtual machines. The repository provides a ready-to-use Ansible Collection (`studio.ansible`) containing reusable roles.
Currently only supports Debian-based systems.