mirror of
https://github.com/roles-ansible/ansible_role_unbound.git
synced 2024-08-16 13:39:49 +02:00
First part of configuration file validation
This commit is contained in:
parent
8641861a2f
commit
e121b4a4e5
1 changed files with 1 additions and 0 deletions
|
@ -26,5 +26,6 @@
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: 'u=rw,g=r,o=r'
|
mode: 'u=rw,g=r,o=r'
|
||||||
|
validate: 'unbound-checkconf %s'
|
||||||
notify:
|
notify:
|
||||||
- restart unbound
|
- restart unbound
|
||||||
|
|
Loading…
Reference in a new issue