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

ansible-inventories/arocom#3091 Update jailkit from 2.21 to 2.23

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