fix(ansible-galaxy): adapt list of supported platforms
Some checks failed
Ansible Linter / ansible-lint (push) Failing after 33s
Lint Markdown files / markdown-lint (push) Successful in 10s

This commit is contained in:
2025-08-06 11:44:51 +02:00
parent 56eaaa3d42
commit 1440ddcbc3

View File

@ -6,13 +6,16 @@ galaxy_info:
license: MIT license: MIT
min_ansible_version: "2.9" min_ansible_version: "2.9"
platforms: platforms:
- name: "ArchLinux" - name: ArchLinux
versions: versions:
- all - all
- name: "Ubuntu" - name: EL
versions: versions:
- all - all
- name: "EL" - name: Fedora
versions:
- all
- name: Ubuntu
versions: versions:
- all - all