must be after the options line

because '};' can belong to any section
This commit is contained in:
rene
2022-03-24 11:53:00 +01:00
parent 45652aebe3
commit 745b50de21

View File

@@ -31,7 +31,7 @@
path: "{{ named_conf_options }}" # required. The file to modify. Before Ansible 2.3 this option was only usable as I(dest), I(destfile) and I(name).
state: present
line: 'statistics-file "/var/cache/bind/stats"; zone-statistics yes;'
insertbefore: "};"
insertafter: "options {"
validate: /usr/sbin/named-checkconf %s
notify: restart_named