From 3bff4a21cc6f2d968366710e4aa40317b9be2a3b Mon Sep 17 00:00:00 2001 From: ogrechko Date: Sun, 28 Dec 2025 22:24:00 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20ansible/deploy=5Fawx=5Fk8s.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/deploy_awx_k8s.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ansible/deploy_awx_k8s.yml b/ansible/deploy_awx_k8s.yml index 91f67d9..ce04eb3 100644 --- a/ansible/deploy_awx_k8s.yml +++ b/ansible/deploy_awx_k8s.yml @@ -28,8 +28,7 @@ kind: Namespace metadata: name: "{{ awx_namespace }}" - environment: - KUBECONFIG: /home/semaphore/.kube/config + kubeconfig: /home/semaphore/.kube/config - name: Set current namespace context (optional, for convenience) command: kubectl config set-context --current --namespace={{ awx_namespace }} @@ -38,6 +37,8 @@ - name: Install AWX Operator using kustomize command: >- kubectl apply -k "github.com/ansible/awx-operator/config/default?ref={{ awx_operator_version }}" + environment: + KUBECONFIG: /home/semaphore/.kube/config changed_when: false - name: Wait for AWX Operator to be ready