From 883df8e1ea800cffc9bfef3887546171bb29fc1c Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Tue, 26 Nov 2019 09:00:42 +1100 Subject: [PATCH] DCD-791: Remove trailing slashes. --- roles/confluence_config/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/confluence_config/tasks/main.yml b/roles/confluence_config/tasks/main.yml index 365dce8..55b8541 100644 --- a/roles/confluence_config/tasks/main.yml +++ b/roles/confluence_config/tasks/main.yml @@ -27,8 +27,8 @@ group: "{{ atl_product_user }}" vars: - links: - - ["{{ atl_product_home_shared }}/", "{{ atl_product_home }}/shared-home/"] - - ["{{ atl_product_home_shared }}/attachments/", "{{ atl_product_home }}/attachments/"] + - ["{{ atl_product_home_shared }}/", "{{ atl_product_home }}/shared-home"] + - ["{{ atl_product_home_shared }}/attachments/", "{{ atl_product_home }}/attachments"] with_nested: - "{{ links }}"