Skip to content
Snippets Groups Projects
Commit 5329cda7 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

ad-auth: fix a typo in handler

parent 594710aa
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
command: sss_cache -E
register: result
changed_when: "result.rc == 0"
failed_when: "result.rc != 0 and current_realms.rc != 2"
failed_when: "result.rc != 0 and result.rc != 2"
- name: restart sssd
service: name=sssd state=restarted
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment