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

This commit is contained in:
2025-08-06 11:44:48 +02:00
parent 5939225733
commit 63ff0433ff

View File

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