This repository has been archived on 2026-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Set-OPS/roles/auditd/handlers/main.yml

6 lines
113 B
YAML

---
- name: Restart auditd
ansible.builtin.systemd:
name: auditd
state: restarted
failed_when: false