ODCS: Fix owner of /var/log/odcs-backend.

This commit is contained in:
Jan Kaluža 2020-03-18 12:59:24 +00:00 committed by Pierre-Yves Chibon
parent f3e081073d
commit d051992cdf

View file

@ -78,6 +78,17 @@
- odcs/backend
- 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
# owner groups on backend and frontend, and notify different handlers,