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:
@@ -30,17 +30,6 @@
|
|||||||
"{{ atl_product_home }}/shared-home/"]
|
"{{ atl_product_home }}/shared-home/"]
|
||||||
- ["{{ 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user