z9-router(host): fix file permissions
Some checks failed
/ build (pull_request) Successful in 29s
/ Ansible Lint (pull_request) Failing after 3m13s
/ Ansible Lint (push) Failing after 3m51s

This commit is contained in:
bitwhisker 2026-08-07 23:13:44 +02:00
commit 22ace3c537
Signed by: bitwhisker
SSH key fingerprint: SHA256:KybIk/tusSKao6eLGY+ILlFa1rCrzwx66/acBAcKUqE
2 changed files with 16 additions and 3 deletions

View file

@ -8,3 +8,7 @@ deploy_systemd_resolved_config__enable: false
deploy_systemd_resolved_config__dns:
- 127.0.0.1
kea_dhcp__include_vars: resources/z9/z9-router/kea_dhcp.yaml
secrets__folder:
owner: "root"
mode: "0754"
group: 998