From: Oleg Broytman Date: Mon, 29 Jul 2019 22:00:55 +0000 (+0300) Subject: Fix(named): Fix copy/paste error X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=e79461f5df53d27218a29c7ee785ff1959915d86;hp=f85d72f8ccbb74da7626fd2381878f7816d73e63;p=ansible.git Fix(named): Fix copy/paste error --- diff --git a/playbooks/debian/roles/named/tasks/main.yml b/playbooks/debian/roles/named/tasks/main.yml index ded1b35..9c6d038 100644 --- a/playbooks/debian/roles/named/tasks/main.yml +++ b/playbooks/debian/roles/named/tasks/main.yml @@ -1,4 +1,4 @@ -- name: Check locales +- name: Check named.conf.options shell: "grep -c '^[ \\t]\\+allow-query' /etc/bind/named.conf.options || :" register: named_conf changed_when: named_conf.stdout == "0"