From 780390c3da8274d9c28308b688907a77760dce90 Mon Sep 17 00:00:00 2001 From: Simon Michnowicz <simon.michnowicz@monash.edu> Date: Tue, 5 Apr 2016 13:05:09 +1000 Subject: [PATCH] changed nhc tar ball trigger, ie creates: nhc/configure --- roles/slurm-common/tasks/installNhc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/slurm-common/tasks/installNhc.yml b/roles/slurm-common/tasks/installNhc.yml index 7f563cb2..53a59c41 100644 --- a/roles/slurm-common/tasks/installNhc.yml +++ b/roles/slurm-common/tasks/installNhc.yml @@ -2,7 +2,7 @@ unarchive: copy=yes src="files/warewulf-nhc-1.4.2.patched.tar.gz" dest=/tmp sudo: true args: - creates: /tmp/warewulf-nhc-{{ nhc_version }} + creates: /tmp/warewulf-nhc-{{ nhc_version }}/configure #- name: Download nhc source # shell: wget https://cvl.massive.org.au/warewulf-nhc-{{ nhc_version }}.tar.gz -- GitLab