diff --git a/roles/hpcsystems/tasks/main.yml b/roles/hpcsystems/tasks/main.yml
index 4500f696e1cb277e3fa00c14f96eaffe8fae627e..15c6947a8bdbde2bda6970d086af07b1e6dec047 100644
--- a/roles/hpcsystems/tasks/main.yml
+++ b/roles/hpcsystems/tasks/main.yml
@@ -5,6 +5,7 @@
     - openssl-devel
     - openldap-devel
     - python-pip
+    - git
   become: true
   become_user: root
   when: ansible_os_family == "RedHat"
@@ -38,6 +39,7 @@
   git: 
     repo: git@gitlab.erc.monash.edu.au:hpc-team/hpcsystem.git
     dest: /usr/local/hpcsystem
+    accept_hostkey: True
 
 - name: install hpcsystem_config
   git: