another typo
This commit is contained in:
@@ -19,6 +19,6 @@
|
|||||||
path: "{{ named_conf_options }}"
|
path: "{{ named_conf_options }}"
|
||||||
regexp: '^\s*listen-on \{.*\};'
|
regexp: '^\s*listen-on \{.*\};'
|
||||||
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 }} %s"
|
validate: "{{ named_checkconf }} %s"
|
||||||
Reference in New Issue
Block a user