Owner/group strings

This commit is contained in:
Mark Janssen 2025-04-19 16:45:08 +02:00
parent 77c1732623
commit a30d388422
Signed by: foobar
GPG key ID: D8674D8FC4F69BD2
21 changed files with 73 additions and 73 deletions

View file

@ -28,8 +28,8 @@
ansible.builtin.template:
src: soundboard.yaml
dest: /etc/soundboard.yaml
owner: root
group: root
owner: "root"
group: "root"
mode: "0644"
notify: Restart soundboard
@ -37,8 +37,8 @@
ansible.builtin.template:
src: soundboard.service
dest: /etc/systemd/system/soundboard.service
owner: root
group: root
owner: "root"
group: "root"
mode: "0644"
notify: Restart soundboard