From 204a361e970b8f834338707c8895474615d471f0 Mon Sep 17 00:00:00 2001 From: Tobi Gremmer Date: Tue, 3 Oct 2023 15:56:41 +0200 Subject: [PATCH] Parameterize protocol --- .../ace_box/roles/gitlab/tasks/source-endpoints-external.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-skel/ansible_collections/ace_box/ace_box/roles/gitlab/tasks/source-endpoints-external.yml b/user-skel/ansible_collections/ace_box/ace_box/roles/gitlab/tasks/source-endpoints-external.yml index cfff26d1c..cec5c597f 100644 --- a/user-skel/ansible_collections/ace_box/ace_box/roles/gitlab/tasks/source-endpoints-external.yml +++ b/user-skel/ansible_collections/ace_box/ace_box/roles/gitlab/tasks/source-endpoints-external.yml @@ -1,4 +1,4 @@ --- - name: Set facts - external endpoint set_fact: - gitlab_external_endpoint: "http://{{ gitlab_domain }}" \ No newline at end of file + gitlab_external_endpoint: "{{ ingress_protocol }}://{{ gitlab_domain }}" \ No newline at end of file