style: use quotation marks for the name of an action
This commit is contained in:
parent
220d23790a
commit
36d8257cd2
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user