From 2be84d79829d0cf46c69a421321a9f465898e627 Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Thu, 12 May 2016 15:54:51 +1000 Subject: [PATCH] remove unnecessary commented lines --- roles/slurm-common/tasks/installNhc.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/roles/slurm-common/tasks/installNhc.yml b/roles/slurm-common/tasks/installNhc.yml index 17e27947..8889a929 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 -- GitLab