Add a deep clean which restarts sssd and then cleans the cache in case of major config file changes

This commit is contained in:
Stephen Smoogen 2021-03-27 12:28:48 -04:00
parent f7519b408b
commit 48dc00ae84
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
---
- name: clean sss caches
command: sss_cache -E
- name: deep clean sss caches
shell: systemctl restart sssd && sss_cache -E

View file

@ -45,4 +45,4 @@
tags:
- ipa/client
- config
notify: clean sss caches
notify: deep clean sss caches