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

@ -15,8 +15,8 @@
ansible.builtin.template:
src: photo-gallery-config.json
dest: /opt/photo-gallery/config.json
owner: root
group: root
owner: "root"
group: "root"
mode: "0644"
notify: restart photo-gallery
@ -24,8 +24,8 @@
ansible.builtin.template:
src: photo-gallery.service
dest: /etc/systemd/system/photo-gallery.service
owner: root
group: root
owner: "root"
group: "root"
mode: "0644"
notify: restart photo-gallery

View file

@ -14,8 +14,8 @@
ansible.builtin.template:
src: photos2mqtt.pl
dest: /opt/photos2mqtt.pl
owner: root
group: root
owner: "root"
group: "root"
mode: "0755"
notify: restart photos2mqtt
@ -23,8 +23,8 @@
ansible.builtin.template:
src: photos2mqtt.service
dest: /etc/systemd/system/photos2mqtt.service
owner: root
group: root
owner: "root"
group: "root"
mode: "0644"
notify: restart photos2mqtt