diff --git a/tasks/dabapps.yml b/tasks/dabapps.yml index ad6d9bb..0f8b19e 100644 --- a/tasks/dabapps.yml +++ b/tasks/dabapps.yml @@ -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 diff --git a/tasks/i3.yml b/tasks/i3.yml index 3664b24..ef16e2b 100644 --- a/tasks/i3.yml +++ b/tasks/i3.yml @@ -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 diff --git a/tasks/shell.yml b/tasks/shell.yml index ccdaa36..39309cc 100644 --- a/tasks/shell.yml +++ b/tasks/shell.yml @@ -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