corrected file parameters

This commit is contained in:
Andy Rajagopalan
2019-11-05 12:37:41 -08:00
parent b6a323dc9d
commit 9107b3623a

View File

@@ -7,7 +7,7 @@
- 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
mode: 644 mode: 644