Owner/group strings
This commit is contained in:
parent
77c1732623
commit
a30d388422
21 changed files with 73 additions and 73 deletions
|
@ -23,8 +23,8 @@
|
|||
ansible.builtin.template:
|
||||
src: revbank-deposit.conf
|
||||
dest: /etc/revbank-deposit.conf
|
||||
owner: root
|
||||
group: root
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0600"
|
||||
notify: Restart revbank-deposit
|
||||
|
||||
|
@ -32,8 +32,8 @@
|
|||
ansible.builtin.template:
|
||||
src: revbank-deposit.service
|
||||
dest: /etc/systemd/system/revbank-deposit.service
|
||||
owner: root
|
||||
group: root
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0644"
|
||||
notify: Restart revbank-deposit
|
||||
|
||||
|
@ -44,4 +44,4 @@
|
|||
state: started
|
||||
enabled: true
|
||||
|
||||
- meta: flush_handlers
|
||||
- ansible.builtin.meta: flush_handlers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue