From 7ec6e9eb37599ce6770629c6b8037093af1751a8 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 25 Nov 2019 14:32:51 +1100 Subject: [PATCH] DCD-791: Create the shared attachments directory up front. --- roles/confluence_config/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/confluence_config/tasks/main.yml b/roles/confluence_config/tasks/main.yml index 372b03a..fe52a95 100644 --- a/roles/confluence_config/tasks/main.yml +++ b/roles/confluence_config/tasks/main.yml @@ -10,6 +10,7 @@ with_items: - "{{ atl_product_home }}" - "{{ atl_product_home_shared }}" + - "{{ atl_product_home_shared }}/attachments" - "{{ atl_product_shared_plugins }}" changed_when: false # For Molecule idempotence check