mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-791: Remove duplicate task.
This commit is contained in:
@@ -31,17 +31,6 @@
|
||||
- ["{{ atl_product_home_shared }}/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
|
||||
template:
|
||||
src: server.xml.j2
|
||||
|
||||
Reference in New Issue
Block a user