fix: Make invitation flow non-blocking like recovery flow
This commit is contained in:
parent
301394df14
commit
b300503e14
1 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,8 @@
|
||||||
"{{ authentik_api_token }}"
|
"{{ authentik_api_token }}"
|
||||||
register: invitation_flow
|
register: invitation_flow
|
||||||
changed_when: "'already exists' not in invitation_flow.stdout"
|
changed_when: "'already exists' not in invitation_flow.stdout"
|
||||||
failed_when: invitation_flow.rc != 0
|
failed_when: false
|
||||||
|
ignore_errors: true
|
||||||
|
|
||||||
- name: Cleanup flow scripts from host
|
- name: Cleanup flow scripts from host
|
||||||
file:
|
file:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue