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

ansible-playbooks/general#85 Linting

parent 54a29e7f
No related branches found
No related tags found
No related merge requests found
---
fail2ban_version: 0.10.2
......@@ -53,7 +53,7 @@
src: /usr/local/bin/{{ item }}
path: /usr/bin/{{ item }}
state: link
force: true
force: yes
with_items:
- fail2ban-client
- fail2ban-python
......
......@@ -9,16 +9,16 @@
- block:
- import_tasks: install.yml
- import_tasks: install.yml
- import_tasks: configure.yml
tags:
- configure
- import_tasks: configure.yml
tags:
- configure
- name: Remember that this role had been run
set_fact:
role_fail2ban_completed: yes
tags:
- always
- name: Remember that this role had been run
set_fact:
role_fail2ban_completed: yes
tags:
- always
when: not excluded_roles or "fail2ban" not in excluded_roles and role_fail2ban_completed is not defined
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