From 1b235ab2e0a4d1ce0ffafe71cd0fdc621a3fa319 Mon Sep 17 00:00:00 2001 From: ace Date: Fri, 13 Aug 2021 11:01:42 +0300 Subject: [PATCH] fix local-ingress-nginx --- playbooks/ghp/core-infra.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/ghp/core-infra.yaml b/playbooks/ghp/core-infra.yaml index faebb60..8323e7a 100644 --- a/playbooks/ghp/core-infra.yaml +++ b/playbooks/ghp/core-infra.yaml @@ -26,7 +26,7 @@ - name: Deploy Local Ingress Nginx import_role: - name: internal-ingress-nginx + name: local-ingress-nginx when: local_ingress_nginx_enabled | default(true) tags: - local-ingress-nginx