Skip to content

Commit

Permalink
authentik: use the proper format when overriding the host
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Mar 8, 2024
1 parent d31a280 commit accb9d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/authentik/tasks/subtasks/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

- name: Set 'authentik_host'
ansible.builtin.set_fact:
authentik_host: "{{ authentik_container_ip.stdout }}"
authentik_host: "http://{{ authentik_container_ip.stdout }}:9000"

- name: Print 'authentik_host'
ansible.builtin.debug:
Expand Down Expand Up @@ -223,7 +223,7 @@

- name: Set 'authentik_host'
ansible.builtin.set_fact:
authentik_host: "{{ authentik_container_ip.stdout }}"
authentik_host: "http://{{ authentik_container_ip.stdout }}:9000"

- name: Print 'authentik_host'
ansible.builtin.debug:
Expand Down

0 comments on commit accb9d6

Please sign in to comment.