added handler for restart_fail2ban

This commit is contained in:
rene
2022-02-17 17:32:47 +01:00
parent c833fada9a
commit 24edd1e944

View File

@@ -7,6 +7,11 @@
name: "{{ openssh_service }}"
state: restarted
- name: restart_fail2ban
service:
name: "fail2ban"
state: restarted
- name: update_tmux_plugin_perms
file:
path: /home/rene/.tmux/plugins
@@ -19,4 +24,4 @@
path: /home/rene/.vim/bundle
owner: rene
group: rene
recurse: true
recurse: true