From a8a793319cae3191e7d5dc8a6290a1112201018b Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Thu, 23 Feb 2017 12:47:20 +1100 Subject: [PATCH] make sure we can install the hpcsystems stack Former-commit-id: a279e7813b11240c04c857e0310837a130ad6512 --- roles/hpcsystems/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/hpcsystems/tasks/main.yml b/roles/hpcsystems/tasks/main.yml index 4500f696..15c6947a 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: -- GitLab