mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
moved copy task to ln 18
This commit is contained in:
@@ -15,6 +15,11 @@
|
|||||||
owner: "{{ atl_product_user }}"
|
owner: "{{ atl_product_user }}"
|
||||||
group: "{{ atl_product_user }}"
|
group: "{{ atl_product_user }}"
|
||||||
|
|
||||||
|
- name: Copy Bitbucket dataset from s3
|
||||||
|
get_url:
|
||||||
|
url: "{{ atl_bitbucket_dataset_url }}"
|
||||||
|
dest: /media/atl/bitbucket/shared/data/migration/import/
|
||||||
|
|
||||||
- name: Remove write permissions from installation directory
|
- name: Remove write permissions from installation directory
|
||||||
file:
|
file:
|
||||||
path: "{{ atl_product_installation_versioned }}"
|
path: "{{ atl_product_installation_versioned }}"
|
||||||
@@ -24,7 +29,5 @@
|
|||||||
recurse: true
|
recurse: true
|
||||||
changed_when: false # For Molecule idempotence check
|
changed_when: false # For Molecule idempotence check
|
||||||
|
|
||||||
- name: Copy Bitbucket dataset from s3
|
|
||||||
get_url:
|
|
||||||
url: "{{ atl_bitbucket_dataset_url }}"
|
|
||||||
dest: /media/atl/bitbucket/shared/data/migration/import/
|
|
||||||
|
|||||||
Reference in New Issue
Block a user