yes/no should be a string, not a boolean. I hate yaml.
This commit is contained in:
parent
ca078de05c
commit
7b5dc1720b
1 changed files with 2 additions and 2 deletions
|
|
@ -11,11 +11,11 @@ powerdns:
|
|||
"include-dir": "/etc/powerdns/pdns.d"
|
||||
"launch":
|
||||
- bind
|
||||
"master": no
|
||||
"master": "no"
|
||||
"reuseport": "yes"
|
||||
"setgid": pdns
|
||||
"setuid": pdns
|
||||
"slave": no
|
||||
"slave": "no"
|
||||
"soa-minimum-ttl": 300
|
||||
"tcp-control-secret": "{{ lookup('password', '/dev/null length=64') }}"
|
||||
"version-string": "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue