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