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