ansible/roles/sssd/handlers/main.yml

5 lines
88 B
YAML

---
- name: Restart sssd
ansible.builtin.service:
name: sssd
state: restarted