Create thredds subdir #2

Merged
adellam merged 1 commits from tpiccioli-patch-2 into master 2021-03-25 13:02:28 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit be25028580 - Show all commits

View File

@ -14,7 +14,7 @@
with_items: '{{ tomcat_m_instances }}' with_items: '{{ tomcat_m_instances }}'
- name: Create the Thredds data directory - name: Create the Thredds data directory
file: path={{ thredds_data_content_dir }} state=directory owner={{ item.user }} group={{ item.user }} file: path={{ thredds_data_content_dir }}/thredds state=directory owner={{ item.user }} group={{ item.user }}
with_items: '{{ tomcat_m_instances }}' with_items: '{{ tomcat_m_instances }}'
- name: Check if the configuration files were already initialized with our versions - name: Check if the configuration files were already initialized with our versions