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:
parent
c3f71b1f08
commit
8cefd07618
2 changed files with 1 additions and 10 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue