mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
14 lines
317 B
YAML
14 lines
317 B
YAML
---
|
|
|
|
# Wipe the local cache
|
|
- name: restart sssd ad
|
|
file: path=/var/lib/sss/db/cache_{{ ad_realm | upper }}.ldb state=absent
|
|
changed_when: True
|
|
notify: really restart sssd ad
|
|
|
|
- name: really restart sssd ad
|
|
service: name=sssd state=restarted
|
|
|
|
- name: restart oddjobd
|
|
service: name=oddjobd state=restarted
|