mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-791: Remove trailing slashes.
This commit is contained in:
@@ -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 }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user