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