fix: Make invitation flow non-blocking like recovery flow

This commit is contained in:
Pieter 2026-01-13 12:36:08 +01:00
parent 301394df14
commit b300503e14

View file

@ -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: