Skip to content

Commit

Permalink
Parameterize protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
tobigremmer-dt committed Oct 3, 2023
1 parent a36ceba commit 204a361
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
- name: Set facts - external endpoint
set_fact:
gitlab_external_endpoint: "http://{{ gitlab_domain }}"
gitlab_external_endpoint: "{{ ingress_protocol }}://{{ gitlab_domain }}"

0 comments on commit 204a361

Please sign in to comment.