From 11bfa65224c6a7c780c1306ca85b942ae18fb5eb Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 13 Mar 2019 21:46:17 +0000 Subject: [PATCH] Clone this one over SSH it requires auth --- tasks/dabapps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/dabapps.yml b/tasks/dabapps.yml index 0f8b19e..ad6d9bb 100644 --- a/tasks/dabapps.yml +++ b/tasks/dabapps.yml @@ -1,6 +1,6 @@ - name: "DabApps Dotfiles" git: - repo: https://github.com/dabapps/dotfiles + repo: git@github.com:dabapps/dotfiles dest: "{{ home }}/Projects/dotfiles" force: true become: true