Add handler 'Reload bind9'.

This commit is contained in:
Christoph 2019-07-06 16:17:29 +02:00
parent dec1adbc54
commit 9d65c6acc1

View File

@ -25,3 +25,8 @@
name: postfix name: postfix
state: restarted state: restarted
- name: Reload bind9
service:
name: bind9
state: reloaded
enabled: yes