ansible/roles/sssd/handlers/main.yml

6 lines
73 B
YAML

---
- name: restart sssd
service:
name: sssd
state: restarted