typo again

This commit is contained in:
rene
2022-03-24 14:29:17 +01:00
parent f22802c6d6
commit 17d8183cca

View File

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