Create odcs_target_dir on backend.

This commit is contained in:
Jan Kaluža 2019-10-21 13:43:31 +00:00 committed by Pierre-Yves Chibon
parent ce6f99c7b2
commit 12021e4212

View file

@ -48,6 +48,20 @@
- odcs
- odcs/backend
- name: create ODCS_TARGET_DIR
file:
path: "{{ odcs_target_dir }}"
state: directory
owner: apache
group: apache
mode: 0777
# recurse: yes
follow: no
tags:
- odcs
- odcs/backend
- odcs/frontend
# this app config is shared by backend and frontend, but has different
# owner groups on backend and frontend, and notify different handlers,
# we can have vars set for frontend and backend seperately to do that,