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

@ -7,9 +7,7 @@ A use case for the deployment of the additional configuration files is Composes
## Supported Distributions ## Supported Distributions
The following distributions are supported: Should work on Debian-based distributions.
- Debian 11
## Required Arguments ## Required Arguments

View file

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