--- - name: Restart fail2ban ansible.builtin.systemd: name: fail2ban state: restarted enabled: true daemon_reload: true