corrected file parameters

This commit is contained in:
Andy Rajagopalan
2019-11-05 12:50:56 -08:00
parent 30d92d67cf
commit 275fc66890

View File

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