From be25028580668950d58827db97f376b412cff6e5 Mon Sep 17 00:00:00 2001 From: Tommaso Piccioli Date: Thu, 25 Mar 2021 12:46:22 +0100 Subject: [PATCH] Create thredds subdir --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 5c24f43..2082364 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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