Fixes after test, OpenBSD ok

master
Oleg Vasilev 2021-12-27 19:20:21 +03:00
parent 481bc2e7d4
commit b685dcbb0f
3 changed files with 3 additions and 2 deletions

View File

@ -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:

View File

@ -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

View File

@ -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