diff --git a/roles/slurm-common/tasks/installNhc.yml b/roles/slurm-common/tasks/installNhc.yml index 17e279474e7548f3ba895252de109fedc8378a42..8889a929be9c6956ca8ef19d8fd6623b4024eef9 100644 --- a/roles/slurm-common/tasks/installNhc.yml +++ b/roles/slurm-common/tasks/installNhc.yml @@ -19,12 +19,6 @@ dest: /tmp creates: /tmp/nhc-{{ nhc_version }}/autogen.sh - -#- name: untar nhc -# shell: tar zxf /tmp/warewulf-nhc-{{ nhc_version }}.tar.gz -# args: -# chdir: /tmp -# - name: build nhc shell: ./autogen.sh && ./configure --prefix={{ nhc_dir }} && make args: @@ -69,5 +63,4 @@ with_items: nhc_user_conf sudo: true - when: nhc_user_conf is defined and generate_nhc_config_file - + when: nhc_user_conf is defined and generate_nhc_config_file \ No newline at end of file