Compare commits

..

1 commit

Author SHA1 Message Date
fa6f1d3985
nginx(role): remove distribution check and simply have docs
Some checks failed
/ Ansible Lint (push) Has been cancelled
/ Ansible Lint (pull_request) Successful in 1m37s
Remove distribution check to simplify role and simply state that this
role supports Debian as the NGINX Debian repos are used.
2025-02-18 03:32:29 +01:00
2 changed files with 1 additions and 13 deletions

View file

@ -12,10 +12,7 @@ The entry points available for external use are:
## Supported Distributions
The following distributions are supported:
- Debian 11
- Debian 12
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"