ODCS: Create target_dir only on frontend, because the storage is shared.

This commit is contained in:
Jan Kaluža 2020-03-20 09:26:57 +00:00 committed by Pierre-Yves Chibon
parent 60b44b8fb3
commit ba6f30ef0c

View file

@ -73,6 +73,7 @@
with_items:
- "{{ odcs_target_dir }}"
- "{{ odcs_target_dir }}/private"
when: inventory_hostname.startswith('odcs-frontend')
tags:
- odcs
- odcs/frontend