Fixes after test, OpenBSD ok
parent
481bc2e7d4
commit
b685dcbb0f
|
@ -7,6 +7,7 @@
|
|||
package:
|
||||
name: unbound
|
||||
state: present
|
||||
when: unbound_install_package
|
||||
|
||||
- name: unbound | Deploy config
|
||||
template:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
|
||||
unbound_package_name: unbound
|
||||
unbound_install_package: yes
|
||||
|
||||
unbound_config:
|
||||
path: /etc/unbound/unbound.conf
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
|
||||
unbound_package_name: unbound
|
||||
unbound_install_package: no
|
||||
|
||||
unbound_config:
|
||||
path: /var/unbound/etc/unbound.conf
|
||||
|
|
Loading…
Reference in New Issue