From e380629d4110e21a5550082b62067f386d9a87cb Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Sun, 12 Oct 2025 12:47:51 +0000 Subject: [PATCH] a --- .gitea/workflows/deploy-k8s.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy-k8s.yml b/.gitea/workflows/deploy-k8s.yml index ee7e2dc..3697bec 100644 --- a/.gitea/workflows/deploy-k8s.yml +++ b/.gitea/workflows/deploy-k8s.yml @@ -128,15 +128,13 @@ jobs: run: | bw get item "iac.ansible.hosts.ini" --session "$BW_SESSION" | jq -r '.notes' > "inventory.ini" cat inventory.ini - with: - path: ansible/iac + working-directory: ansible/iac - name: Install Ansible run: apt-get install -y ansible - name: Run Ansible Playbook - with: - path: ansible/iac + working-directory: ansible/iac run: | cat inventory.ini ansible-playbook -i inventory.ini playbook.yml \ No newline at end of file