From ee017295c844e6c942129c4f9f69d75bfd2eb9e7 Mon Sep 17 00:00:00 2001 From: Bas Meijer Date: Wed, 8 Jan 2025 23:16:29 +0100 Subject: [PATCH] Fix: Manage the OpenEBS helm chart --- openebs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openebs.yml b/openebs.yml index d85c6c5..908b9dc 100755 --- a/openebs.yml +++ b/openebs.yml @@ -5,9 +5,6 @@ hosts: kube_node become: true gather_facts: true - vars: - # Semaphore does not pass $HOME so K8S_AUTH_KUBECONFIG needs to be set. - k8s_auth_kubeconfig: /home/semaphore/.kube/config tasks: - name: Manage Logical Volume Management ansible.builtin.include_role: @@ -28,6 +25,9 @@ hosts: localhost become: false gather_facts: true + vars: + # Semaphore does not pass $HOME so K8S_AUTH_KUBECONFIG needs to be set. + k8s_auth_kubeconfig: /home/semaphore/.kube/config tasks: - name: Manage OpenEBS ansible.builtin.include_role: