diff --git a/ansible/roles/authentik/tasks/flows.yml b/ansible/roles/authentik/tasks/flows.yml index 091b06a..c047cbd 100644 --- a/ansible/roles/authentik/tasks/flows.yml +++ b/ansible/roles/authentik/tasks/flows.yml @@ -40,7 +40,8 @@ "{{ authentik_api_token }}" register: invitation_flow 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 file: