Add a deep clean which restarts sssd and then cleans the cache in case of major config file changes
This commit is contained in:
parent
f7519b408b
commit
48dc00ae84
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
---
|
||||
- name: clean sss caches
|
||||
command: sss_cache -E
|
||||
- name: deep clean sss caches
|
||||
shell: systemctl restart sssd && sss_cache -E
|
||||
|
|
|
@ -45,4 +45,4 @@
|
|||
tags:
|
||||
- ipa/client
|
||||
- config
|
||||
notify: clean sss caches
|
||||
notify: deep clean sss caches
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue