roles/named: Provide default for named_keys

For hosts that do not have any TSIG keys, the `named_keys` variable
still must be defined (to an empty iterable) in order for the template
to expand properly.
jenkins-master
Dustin 2018-08-12 18:06:14 -05:00
parent 59dbe232e3
commit f250e00a17
1 changed files with 1 additions and 0 deletions

View File

@ -19,3 +19,4 @@ named_default_ttl: 3600
named_default_refresh: 900
named_default_retry: 600
named_default_expire: 86400
named_keys: []