nginx(role): remove distribution check and simply have docs

Remove distribution check to simplify role and simply state that this
role supports Debian as the NGINX Debian repos are used.
This commit is contained in:
June 2025-02-18 03:32:29 +01:00
parent 791c517de3
commit fa6f1d3985
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
2 changed files with 1 additions and 12 deletions
roles/nginx

View file

@ -12,9 +12,7 @@ The entry points available for external use are:
## Supported Distributions
The following distributions are supported:
- Debian 11
Debian as the NGINX Debian repos are used.
## Required Arguments

View file

@ -1,9 +0,0 @@
---
dependencies:
- role: distribution_check
vars:
distribution_check__distribution_support_spec:
- name: Debian
major_versions:
- "11"
- "12"