style: use quotation marks for the name of an action
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 1m13s
Lint Markdown files / markdown-lint (push) Successful in 15s

This commit is contained in:
Markus Pesch 2025-04-18 11:55:23 +02:00
parent 4feea5ec87
commit a6809f3901
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 4 additions and 4 deletions

View File

@ -2,6 +2,6 @@
# Users added to required Unix groups to interact with qemu/kvm.
kvm_users: []
# - name: markus
# - name: "markus"
kvm_virtual_machine_manager: false

View File

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