DCD-791: Remove trailing slashes.

This commit is contained in:
Steve Smith
2019-11-26 09:00:42 +11:00
parent 8f521d7d95
commit 883df8e1ea

View File

@@ -27,8 +27,8 @@
group: "{{ atl_product_user }}" group: "{{ atl_product_user }}"
vars: vars:
- links: - links:
- ["{{ atl_product_home_shared }}/", "{{ atl_product_home }}/shared-home/"] - ["{{ atl_product_home_shared }}/", "{{ atl_product_home }}/shared-home"]
- ["{{ atl_product_home_shared }}/attachments/", "{{ atl_product_home }}/attachments/"] - ["{{ atl_product_home_shared }}/attachments/", "{{ atl_product_home }}/attachments"]
with_nested: with_nested:
- "{{ links }}" - "{{ links }}"