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.
This commit is contained in:
@@ -19,3 +19,4 @@ named_default_ttl: 3600
|
||||
named_default_refresh: 900
|
||||
named_default_retry: 600
|
||||
named_default_expire: 86400
|
||||
named_keys: []
|
||||
|
||||
Reference in New Issue
Block a user