distribution_check(role): remove role as it's not really needed

As the roles are used internally only anyway, we don't need to specify
compatbilities like this and don't properly use it anyway.
This commit is contained in:
June 2026-02-09 17:49:49 +01:00
commit 7b8dab07b6
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
7 changed files with 0 additions and 134 deletions

View file

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