Ansible roles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
317 B

---
# 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