Compare commits

..

1 commit

Author SHA1 Message Date
b907ce15ba
nginx(role): document Debian 12 support 2025-02-18 03:35:37 +01:00
2 changed files with 13 additions and 1 deletions
roles/nginx

View file

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

View file

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