Refactor docker_compose Role #56

Merged
june merged 4 commits from refactor_compose_role into main 2025-11-04 02:34:12 +01:00
2 changed files with 1 additions and 10 deletions
Showing only changes of commit 8cefd07618 - Show all commits

docker_compose(role): remove distribution check

The distribution check isn't really needed in our setup anyway and just
adds unnecessary noise.
June 2025-10-24 23:59:38 +02:00
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

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

View file

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