forked from mauro/ansible-role-postfix
arreglando bugs
This commit is contained in:
10
templates/sqlite_table.cf.j2
Normal file
10
templates/sqlite_table.cf.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
{% for param in [
|
||||
'dbpath',
|
||||
'query',
|
||||
'result_format',
|
||||
'domain',
|
||||
'expansion_limit'
|
||||
] | intersect( dc[domain][item['type']+'_lookup'].keys() ) %}
|
||||
%}
|
||||
{{ param }} = {{ dc[domain][item['type']+'_lookup'][param] }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user