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
|
@ -16,8 +16,8 @@
|
|||
ansible.builtin.template:
|
||||
src: siahsd.conf
|
||||
dest: /etc/siahsd.conf
|
||||
owner: root
|
||||
group: root
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0644"
|
||||
notify: Restart siahsd
|
||||
|
||||
|
@ -25,8 +25,8 @@
|
|||
ansible.builtin.template:
|
||||
src: siahsd.service
|
||||
dest: /etc/systemd/system/siahsd.service
|
||||
owner: root
|
||||
group: root
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0644"
|
||||
notify: Restart siahsd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue