forked from bitlair/ansible
Owner/group strings
This commit is contained in:
parent
77c1732623
commit
a30d388422
21 changed files with 73 additions and 73 deletions
|
@ -18,8 +18,8 @@
|
|||
ansible.builtin.template:
|
||||
src: mastodon-spacestate-config.py
|
||||
dest: /var/lib/mastodon-spacestate/config.py
|
||||
owner: root
|
||||
group: root
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0655"
|
||||
notify: Restart mastodon-spacestate
|
||||
|
||||
|
@ -27,8 +27,8 @@
|
|||
ansible.builtin.template:
|
||||
src: mastodon-spacestate.service
|
||||
dest: /etc/systemd/system/mastodon-spacestate.service
|
||||
owner: root
|
||||
group: root
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0644"
|
||||
notify: Restart mastodon-spacestate
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue