ODCS_TARGET_DIR should be created on all VMs, not just frontend.

This commit is contained in:
Jan Kaluza 2020-06-11 06:19:37 +02:00
parent ffc74cfdb6
commit c692ea6af2

View file

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