Skip to content
Snippets Groups Projects
Commit 2be84d79 authored by Chris Hines's avatar Chris Hines
Browse files

remove unnecessary commented lines

parent 9804256a
No related branches found
No related tags found
1 merge request!32Simons updates
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment