mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
corrected file parameters
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
dest: /media/atl/bitbucket/shared/data/migration/import/
|
dest: /media/atl/bitbucket/shared/data/migration/import/
|
||||||
|
|
||||||
- name: Create netrc file
|
- name: Create netrc file
|
||||||
content: "machine localhost username admin password {{ atl_bitbucket_admin_password }}"
|
content: "machine localhost username admin password {{ atl_bitbucket_admin_password }}"
|
||||||
dest: "/root/.netrc"
|
dest: "/root/.netrc"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|||||||
Reference in New Issue
Block a user