Moved from ssh to https for cat repo download
This commit is contained in:
parent
723a66cf75
commit
d1caf22307
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue