mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-10 06:14:12 +00:00
Use https dotfiles git repo URL to not require auth.
This commit is contained in:
parent
4dc9423fb1
commit
904d3a7039
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ downloads: ~/.ansible-downloads/
|
|||
|
||||
configure_sudoers: yes
|
||||
|
||||
dotfiles_repo: git@github.com:geerlingguy/dotfiles.git
|
||||
dotfiles_repo: https://github.com/geerlingguy/dotfiles.git
|
||||
dotfiles_repo_accept_hostkey: yes
|
||||
dotfiles_repo_local_destination: ~/Dropbox/Development/GitHub/dotfiles
|
||||
dotfiles_files:
|
||||
|
|
Loading…
Reference in a new issue