Fix install EPEL packages.

This commit is contained in:
yohan 2024-06-20 00:55:43 +02:00
parent 3202e0f88a
commit 439d329372

View File

@ -81,9 +81,10 @@
become: true
- name: install fail2ban
ansible.builtin.package:
ansible.builtin.dnf:
name:
- fail2ban
enablerepo: epel
state: latest
become: true