From d1caf22307705bf882c81bf4c32d4e3134ba9198 Mon Sep 17 00:00:00 2001 From: redfast00 Date: Wed, 30 Jan 2019 20:17:27 +0100 Subject: [PATCH] Moved from ssh to https for cat repo download --- tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 0d40fce..a961607 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -51,9 +51,8 @@ - name: Clone cat repo git: - repo: ssh://git@git.zeus.gent:2222/ZeusWPI/cat.git + repo: https://git.zeus.gent/ZeusWPI/ansible_cat.git dest: "{{ cat_git_destination }}" - accept_hostkey: yes - name: Compile to jar