Remove 'Reload bind9' - it was prviosly removed to handlers.

This commit is contained in:
Christoph 2019-07-06 16:16:30 +02:00
parent 7f0c40391d
commit dec1adbc54

View File

@ -59,11 +59,11 @@
group: bind
mode: 0644
#validate: visudo -cf %s
notify: Reload bind9
tags:
- sudoers-global-configuration
- name: (caching-nameserver.yml) Add 127.0.0.1 as first nameserver entry to /etc/resolv.conf
lineinfile:
path: /etc/resolv.conf
@ -75,9 +75,3 @@
group: root
mode: '0644'
- name: (caching-nameserver.yml) Start service bind9, if not started
service:
name: bind9
state: reloaded
enabled: yes