Clone things over HTTP to account for no SSH keys

This commit is contained in:
Jake Howard 2019-03-13 21:04:34 +00:00
parent cac4402560
commit 2486fa0ee8
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
- name: "DabApps Dotfiles" - name: "DabApps Dotfiles"
git: git:
repo: git@github.com:dabapps/dotfiles repo: https://github.com/dabapps/dotfiles
dest: "{{ home }}/Projects/dotfiles" dest: "{{ home }}/Projects/dotfiles"
force: true force: true
become: true become: true

View File

@ -25,7 +25,7 @@
- name: "Polybar scripts" - name: "Polybar scripts"
git: git:
repo: git@github.com:x70b1/polybar-scripts repo: https://github.com/x70b1/polybar-scripts
dest: "{{ home }}/.config/polybar/polybar-scripts" dest: "{{ home }}/.config/polybar/polybar-scripts"
force: true force: true
become: true become: true

View File

@ -22,7 +22,7 @@
group: users group: users
- git: - git:
repo: git@github.com:jimeh/tmux-themepack.git repo: https://github.com/jimeh/tmux-themepack.git
dest: "{{ home }}/.tmux/plugins/tmux-themepack" dest: "{{ home }}/.tmux/plugins/tmux-themepack"
force: true force: true
become: true become: true