ODCS: Fix owner of /var/log/odcs-backend.
This commit is contained in:
parent
f3e081073d
commit
d051992cdf
1 changed files with 11 additions and 0 deletions
|
@ -78,6 +78,17 @@
|
||||||
- odcs/backend
|
- odcs/backend
|
||||||
- odcs/frontend
|
- odcs/frontend
|
||||||
|
|
||||||
|
- name: ensure /var/log/odcs-backend has right ownership
|
||||||
|
file:
|
||||||
|
path: /var/log/odcs-backend
|
||||||
|
state: directory
|
||||||
|
owner: odcs-server
|
||||||
|
group: odcs-server
|
||||||
|
recurse: yes
|
||||||
|
follow: no
|
||||||
|
tags:
|
||||||
|
- odcs
|
||||||
|
- odcs/backend
|
||||||
|
|
||||||
# this app config is shared by backend and frontend, but has different
|
# this app config is shared by backend and frontend, but has different
|
||||||
# owner groups on backend and frontend, and notify different handlers,
|
# owner groups on backend and frontend, and notify different handlers,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue