Fix octal numbers templating

master
Oleg Vasilev 2022-01-21 00:52:02 +03:00
parent 44fa5a53cc
commit d046a8c4d3
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
---
unbound_install_package: yes
unbound_config_props:
path: /etc/unbound/unbound.conf
mode: 0600
mode: "0600"
owner: unbound
group: unbound

View File

@ -1,9 +1,9 @@
---
unbound_install_package: no
unbound_config_props:
path: /var/unbound/etc/unbound.conf
mode: 0644
mode: "0644"
owner: root
group: wheel