Skip to content

Commit

Permalink
Add missing fail2ban dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
notthebee committed Apr 4, 2024
1 parent 4bdb19c commit dc9b556
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions roles/fail2ban/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
- name: Install fail2ban
ansible.builtin.package:
name: fail2ban
state: present
ansible.builtin.apt:
name:
- fail2ban
- python3-systemd

- name: Disable e-mail notifications on jail stop and start
ansible.builtin.copy:
Expand Down

0 comments on commit dc9b556

Please sign in to comment.