Skip to content
Snippets Groups Projects
Commit 72c24ff0 authored by jurgenhaas's avatar jurgenhaas
Browse files

Update jailkit to 2.21

parent 15590c51
No related branches found
No related tags found
No related merge requests found
......@@ -11,19 +11,19 @@
- name: Download JailKit
get_url:
url: 'http://olivier.sessink.nl/jailkit/jailkit-2.17.tar.gz'
dest: /tmp/jailkit-2.17.tar.gz
url: 'https://olivier.sessink.nl/jailkit/jailkit-2.21.tar.gz'
dest: /tmp/jailkit-2.21.tar.gz
- name: Unpack JailKit
unarchive:
src: /tmp/jailkit-2.17.tar.gz
src: /tmp/jailkit-2.21.tar.gz
dest: /tmp/jailkit
copy: no
- name: Compile JailKit
shell: '{{ item }}'
args:
chdir: /tmp/jailkit/jailkit-2.17
chdir: /tmp/jailkit/jailkit-2.21
with_items:
- ./configure
- make
......
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