main.yml 96 B

12345
  1. ---
  2. - name: restart fail2ban
  3. ansible.builtin.service:
  4. name: fail2ban
  5. state: restarted