[suse]: fix passing map.local_config into template

avoids hard to debug messages about undefined Jinja variable 'map'
This commit is contained in:
Bernhard M. Wiedemann 2018-01-24 15:36:25 +01:00
parent 3429dbe727
commit ae9415c3e7

View file

@ -82,6 +82,8 @@ bind_default_config:
- user: root
- group: root
- mode: 644
- context:
map: {{ map }}
- watch_in:
- service: bind_restart
{% endif %}