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

This commit is contained in:
Markus Pesch 2025-04-18 11:53:33 +02:00
parent 6a93bdeb91
commit f43dbf85d0
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
--- ---
dhcpd_tsigkeys: [] dhcpd_tsigkeys: []
# - name: dyndns # - name: "dyndns"
# algorithm: hmac-sha512 # algorithm: hmac-sha512
# secret: secret-of-tsig-key # secret: secret-of-tsig-key

View File

@ -7,13 +7,13 @@ 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: "Ubuntu"
versions: versions:
- all - all
- name: EL - name: "EL"
versions: versions:
- all - all