From fa6f1d3985acf9e847bd92e268fed3a7cb517d4d Mon Sep 17 00:00:00 2001
From: June <june@jsts.xyz>
Date: Tue, 18 Feb 2025 03:32:29 +0100
Subject: [PATCH] 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.
---
 roles/nginx/README.md      | 4 +---
 roles/nginx/meta/main.yaml | 9 ---------
 2 files changed, 1 insertion(+), 12 deletions(-)
 delete mode 100644 roles/nginx/meta/main.yaml

diff --git a/roles/nginx/README.md b/roles/nginx/README.md
index 343e50b..c05df71 100644
--- a/roles/nginx/README.md
+++ b/roles/nginx/README.md
@@ -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
 
diff --git a/roles/nginx/meta/main.yaml b/roles/nginx/meta/main.yaml
deleted file mode 100644
index 02b00ac..0000000
--- a/roles/nginx/meta/main.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
----
-dependencies:
-  - role: distribution_check
-    vars:
-      distribution_check__distribution_support_spec:
-        - name: Debian
-          major_versions:
-            - "11"
-            - "12"