Update for EL9
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
ee94012e2c
commit
4b1480556a
2 changed files with 11 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
package:
|
||||
name: "{{ fail2ban_packages }}"
|
||||
state: present
|
||||
update_cache: yes
|
||||
update_cache: true
|
||||
|
||||
- name: Test if paths overrides file exist
|
||||
stat:
|
||||
|
|
@ -38,6 +38,6 @@
|
|||
- name: Enable fail2ban services
|
||||
service:
|
||||
name: "fail2ban"
|
||||
enabled: yes
|
||||
enabled: true
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue