DCD-791: Remove duplicate task.

This commit is contained in:
Steve Smith
2019-11-25 15:40:00 +11:00
parent b64961cb96
commit d02b7a6e4e

View File

@@ -31,17 +31,6 @@
- ["{{ atl_product_home_shared }}/attachments/", - ["{{ atl_product_home_shared }}/attachments/",
"{{ atl_product_home }}/attachments/"] "{{ atl_product_home }}/attachments/"]
- name: Symlink local attachments to shared storage
file:
src: "{{ atl_product_home_shared }}/attachments/"
dest: "{{ atl_product_home }}/attachments/"
force: false
state: link
mode: 0750
owner: "{{ atl_product_user }}"
group: "{{ atl_product_user }}"
- name: Create Tomcat server config - name: Create Tomcat server config
template: template:
src: server.xml.j2 src: server.xml.j2