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:
parent
791c517de3
commit
fa6f1d3985
2 changed files with 1 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
dependencies:
|
||||
- role: distribution_check
|
||||
vars:
|
||||
distribution_check__distribution_support_spec:
|
||||
- name: Debian
|
||||
major_versions:
|
||||
- "11"
|
||||
- "12"
|
Loading…
Add table
Reference in a new issue