Skip to content
Snippets Groups Projects
Commit 73dc3e48 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

munge13 on consistency0 has a messy folderstructure

Former-commit-id: f5fbfdc7
parent 7d521f2f
No related branches found
No related tags found
No related merge requests found
......@@ -8,22 +8,22 @@
src: "http://consistency0/src/munge-{{ munge_version }}.tar.bz2"
copy: no
dest: /tmp
creates: /tmp/munge-{{ munge_version }}/configure
creates: /tmp/munge-munge-{{ munge_version }}/configure
when: not munge_binary.stat.exists
- name: build munge
shell: ./configure --prefix={{ munge_dir }} && make
args:
chdir: /tmp/munge-{{ munge_version }}
creates: /tmp/munge-{{ munge_version }}/src/munge/munge
chdir: /tmp/munge-munge-{{ munge_version }}
creates: /tmp/munge-munge-{{ munge_version }}/src/munge/munge
when: not munge_binary.stat.exists
- name: install munge
shell: make install
become: true
args:
chdir: /tmp/munge-{{ munge_version }}
chdir: /tmp/munge-munge-{{ munge_version }}
creates: "{{ munge_dir }}/bin/munge"
when: not munge_binary.stat.exists
......
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