mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
remove netrc file creation
This commit is contained in:
@@ -3,11 +3,4 @@
|
|||||||
- name: Copy Bitbucket dataset from s3
|
- name: Copy Bitbucket dataset from s3
|
||||||
get_url:
|
get_url:
|
||||||
url: "{{ atl_bitbucket_dataset_url }}"
|
url: "{{ atl_bitbucket_dataset_url }}"
|
||||||
dest: /media/atl/bitbucket/shared/data/migration/import/
|
dest: /media/atl/bitbucket/shared/data/migration/import/
|
||||||
|
|
||||||
- name: Create netrc file
|
|
||||||
content: 'machine localhost username admin password "{{ atl_bitbucket_admin_password }}"'
|
|
||||||
dest: "/root/.netrc"
|
|
||||||
owner: root
|
|
||||||
group: root
|
|
||||||
mode: 644
|
|
||||||
Reference in New Issue
Block a user