From 1fddcc795c629dc310eb33881f292d0c41e7bb02 Mon Sep 17 00:00:00 2001 From: flynn Date: Mon, 21 Jan 2019 23:25:57 +0100 Subject: [PATCH] wrong indentation --- tasks/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 3a63689..7ed4c86 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -38,9 +38,10 @@ password: "{{ cat_postgres_password }}" - name: Clone cat repo - repo: ssh://git@git.zeus.gent:2222/ZeusWPI/cat.git - dest: "{{ cat_git_destination }}" - accept_hostkey: yes + git: + repo: ssh://git@git.zeus.gent:2222/ZeusWPI/cat.git + dest: "{{ cat_git_destination }}" + accept_hostkey: yes ################################## # Download and install leiningen #