start unbound after installation

This commit is contained in:
2022-04-21 23:50:03 +02:00
parent e8db12958e
commit 087e0a5b1e

View File

@@ -11,4 +11,9 @@
owner: "root" owner: "root"
group: "root" group: "root"
validate: "unbound-checkconf %s" validate: "unbound-checkconf %s"
notify: restart_unbound
- name: nameserver | unbound | enable service
service:
name: "unbound"
state: started
enabled: True