Clone things over HTTP to account for no SSH keys
This commit is contained in:
parent
cac4402560
commit
2486fa0ee8
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
- name: "DabApps Dotfiles"
|
||||
git:
|
||||
repo: git@github.com:dabapps/dotfiles
|
||||
repo: https://github.com/dabapps/dotfiles
|
||||
dest: "{{ home }}/Projects/dotfiles"
|
||||
force: true
|
||||
become: true
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
- name: "Polybar scripts"
|
||||
git:
|
||||
repo: git@github.com:x70b1/polybar-scripts
|
||||
repo: https://github.com/x70b1/polybar-scripts
|
||||
dest: "{{ home }}/.config/polybar/polybar-scripts"
|
||||
force: true
|
||||
become: true
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
group: users
|
||||
|
||||
- git:
|
||||
repo: git@github.com:jimeh/tmux-themepack.git
|
||||
repo: https://github.com/jimeh/tmux-themepack.git
|
||||
dest: "{{ home }}/.tmux/plugins/tmux-themepack"
|
||||
force: true
|
||||
become: true
|
||||
|
|
Loading…
Reference in a new issue