ansible.sssd/handlers/main.yml

12 lines
208 B
YAML
Raw Normal View History

2017-07-18 14:23:07 +02:00
---
2017-07-18 16:21:35 +02:00
# Handlers file for ipr-cnrs.sssd
2017-07-18 14:23:07 +02:00
- name: restart sssd
service:
name: '{{ sssd_service_name }}'
state: restarted
- name: restart logind
service:
name: systemd-logind
state: restarted