DCD-791: Make linter happy and add symlink test.

This commit is contained in:
Steve Smith
2019-11-27 11:59:00 +11:00
parent 883df8e1ea
commit 0a716a29ed
2 changed files with 12 additions and 2 deletions

View File

@@ -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 }}"