nested quoting
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
lineinfile:
|
lineinfile:
|
||||||
path: "/etc/bind/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).
|
path: "/etc/bind/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
|
state: present
|
||||||
line: "statistics-file "/var/cache/bind/stats"; zone-statistics yes;"
|
line: 'statistics-file "/var/cache/bind/stats"; zone-statistics yes;'
|
||||||
insertafter: "options {"
|
insertafter: "options {"
|
||||||
validate: /usr/bin/named-checkconf %s
|
validate: /usr/bin/named-checkconf %s
|
||||||
notify: restart_named
|
notify: restart_named
|
||||||
|
|||||||
Reference in New Issue
Block a user