ODCS: Create target_dir only on frontend, because the storage is shared.
This commit is contained in:
parent
60b44b8fb3
commit
ba6f30ef0c
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@
|
|||
with_items:
|
||||
- "{{ odcs_target_dir }}"
|
||||
- "{{ odcs_target_dir }}/private"
|
||||
when: inventory_hostname.startswith('odcs-frontend')
|
||||
tags:
|
||||
- odcs
|
||||
- odcs/frontend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue