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

munge13 on consistency0 has a messy folderstructure

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