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