Merge pull request 'Create thredds subdir' (#2) from tpiccioli-patch-2 into master
This commit is contained in:
commit
80a60659ae
|
@ -14,7 +14,7 @@
|
|||
with_items: '{{ tomcat_m_instances }}'
|
||||
|
||||
- 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 }}'
|
||||
|
||||
- name: Check if the configuration files were already initialized with our versions
|
||||
|
|
Loading…
Reference in New Issue