style: use quotation marks for the name of an action

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
defaults
meta

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

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