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 #