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

#3 Go back to 0.9.6 and force links to ensure 0.9.6 also in /usr/bin

parent 3cbe315c
Branches
No related tags found
No related merge requests found
fail2ban_version: '0.10.2'
fail2ban_version: '0.9.6'
......@@ -35,7 +35,7 @@
- name: "Copy Service Script"
copy:
src: '/tmp/fail2ban-{{ fail2ban_version }}/build/fail2ban.service'
src: '/tmp/fail2ban-{{ fail2ban_version }}/files/fail2ban.service'
dest: '/lib/systemd/system/fail2ban.service'
mode: '644'
remote_src: yes
......@@ -52,6 +52,7 @@
src: '/usr/local/bin/{{ item }}'
path: '/usr/bin/{{ item }}'
state: 'link'
force: true
with_items:
- 'fail2ban-client'
- 'fail2ban-python'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment