docker_compose(role): remove distribution check

The distribution check isn't really needed in our setup anyway and just
adds unnecessary noise.
This commit is contained in:
June 2025-10-24 23:59:38 +02:00
commit 8cefd07618
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
2 changed files with 1 additions and 10 deletions

View file

@ -1,10 +1,3 @@
---
dependencies:
- role: distribution_check
vars:
distribution_check__distribution_support_spec:
- name: Debian
major_versions:
- 11
- 12
- role: docker