moved copy task to ln 18

This commit is contained in:
Andy Rajagopalan
2019-10-31 11:35:03 -07:00
parent 3406da4202
commit af435cf782

View File

@@ -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/