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

This commit is contained in:
2025-08-06 11:44:54 +02:00
parent 76a19512ec
commit 68a27c4cab

View File

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