corrected use of validate
This commit is contained in:
@@ -21,4 +21,4 @@
|
|||||||
state: present
|
state: present
|
||||||
line: "\tlisten-on { {{ ansible_default-ipv4.address }}; };"
|
line: "\tlisten-on { {{ ansible_default-ipv4.address }}; };"
|
||||||
insertafter: "options {"
|
insertafter: "options {"
|
||||||
validate: "{{ named_checkconf }} {{ named_conf_options }}"
|
validate: "{{ named_checkconf }} %s"
|
||||||
Reference in New Issue
Block a user