Create odcs_target_dir on backend.
This commit is contained in:
parent
ce6f99c7b2
commit
12021e4212
1 changed files with 14 additions and 0 deletions
|
@ -48,6 +48,20 @@
|
||||||
- odcs
|
- odcs
|
||||||
- odcs/backend
|
- 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
|
# 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,
|
||||||
# we can have vars set for frontend and backend seperately to do that,
|
# we can have vars set for frontend and backend seperately to do that,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue