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

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

View File

@ -1,7 +1,7 @@
--- ---
bind9_acls: bind9_acls:
- name: internalnets - name: "internalnets"
permissions: [] permissions: []
# - "111.222.111.222" # - "111.222.111.222"
@ -117,7 +117,7 @@ bind9_tsigkeys: []
# secret: "secret" # secret: "secret"
bind9_views: [] bind9_views: []
# - name: external # - name: "external"
# match_clients: # match_clients:
# - "!internalnets" # - "!internalnets"
# - "any" # - "any"
@ -135,7 +135,7 @@ bind9_views: []
# type: master # type: master
# notify: true # notify: true
# file: zones/external/db.local.example # file: zones/external/db.local.example
# - name: internal # - name: "internal"
# match_clients: # match_clients:
# - "!192.168.178.1" # - "!192.168.178.1"
# - "internalnets" # - "internalnets"

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