Skip to content

Commit

Permalink
authentik: prompt user to login to the admin interface
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed May 23, 2024
1 parent ad8ced0 commit 749fcd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/authentik/tasks/subtasks/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,3 +246,7 @@
body:
is_active: false
status_code: 200

- name: "Prompt user to login"
ansible.builtin.pause:
prompt: "Please open {{ authentik_web_url }} and login (just wait a bit if you get a 404 error). Hit enter after having logged in and having clicked into the admin interface. Authentik should be ready shortly after that."

0 comments on commit 749fcd3

Please sign in to comment.