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