]> git.phdru.name Git - ansible.git/commitdiff
Fix(named): Fix copy/paste error
authorOleg Broytman <phd@phdru.name>
Mon, 29 Jul 2019 22:00:55 +0000 (01:00 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 29 Jul 2019 22:00:55 +0000 (01:00 +0300)
playbooks/debian/roles/named/tasks/main.yml

index ded1b35ef5581a2e68648070684ffcd2887c0a33..9c6d03861e0794a5b322496757e4d9184ef999d6 100644 (file)
@@ -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"