mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 14:43:29 +02:00
10 lines
222 B
YAML
10 lines
222 B
YAML
![]() |
---
|
||
|
|
||
|
# Wipe the local cache
|
||
|
- name: restart sssd
|
||
|
file: path=/var/lib/sss/db/cache_{{ ad_realm | upper }}.ldb state=absent
|
||
|
notify: really restart sssd
|
||
|
|
||
|
- name: really restart sssd
|
||
|
service: name=sssd state=restarted
|