another typo

This commit is contained in:
rene
2022-03-24 15:19:30 +01:00
parent ff51ad307b
commit 557e55585f

View File

@@ -19,6 +19,6 @@
path: "{{ named_conf_options }}"
regexp: '^\s*listen-on \{.*\};'
state: present
line: "\tlisten-on { {{ ansible_default-ipv4.address }}; };"
line: "\tlisten-on { {{ ansible_default_ipv4.address }}; };"
insertafter: "options {"
validate: "{{ named_checkconf }} %s"