yes/no should be a string, not a boolean. I hate yaml.

This commit is contained in:
nd 2019-09-22 19:07:55 +02:00
parent ca078de05c
commit 7b5dc1720b
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -11,11 +11,11 @@ powerdns:
"include-dir": "/etc/powerdns/pdns.d" "include-dir": "/etc/powerdns/pdns.d"
"launch": "launch":
- bind - bind
"master": no "master": "no"
"reuseport": "yes" "reuseport": "yes"
"setgid": pdns "setgid": pdns
"setuid": pdns "setuid": pdns
"slave": no "slave": "no"
"soa-minimum-ttl": 300 "soa-minimum-ttl": 300
"tcp-control-secret": "{{ lookup('password', '/dev/null length=64') }}" "tcp-control-secret": "{{ lookup('password', '/dev/null length=64') }}"
"version-string": "1" "version-string": "1"