From a55ef756e6bbe2b324a37403a1f7925c8c648a89 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Sun, 12 Oct 2025 12:29:10 +0000 Subject: [PATCH] Update .gitea/workflows/deploy-k8s.yml --- .gitea/workflows/deploy-k8s.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-k8s.yml b/.gitea/workflows/deploy-k8s.yml index 35e4269..ee7e2dc 100644 --- a/.gitea/workflows/deploy-k8s.yml +++ b/.gitea/workflows/deploy-k8s.yml @@ -127,6 +127,7 @@ jobs: - name: vaultwarden inventory-ini as secrets run: | bw get item "iac.ansible.hosts.ini" --session "$BW_SESSION" | jq -r '.notes' > "inventory.ini" + cat inventory.ini with: path: ansible/iac @@ -134,6 +135,8 @@ jobs: run: apt-get install -y ansible - name: Run Ansible Playbook - working-directory: ansible/iac + with: + path: ansible/iac run: | + cat inventory.ini ansible-playbook -i inventory.ini playbook.yml \ No newline at end of file