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

This commit is contained in:
2025-08-06 11:44:52 +02:00
parent b8a3a3c992
commit 0c95d352c9

View File

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