Move all of the role here
This commit is contained in:
5
templates/named.conf.include.j2
Normal file
5
templates/named.conf.include.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
{% macro include(files) %}
|
||||
{% for file in files %}
|
||||
include "{{ file }}";
|
||||
{% endfor %}
|
||||
{% endmacro %}
|
||||
Reference in New Issue
Block a user