From 5e4ecc9447d2ce2fce7f880851e73589b80e8596 Mon Sep 17 00:00:00 2001 From: shmick Date: Tue, 21 Nov 2023 22:41:18 +0200 Subject: [PATCH] Update .gitea/workflows/hatarashi-hako.yaml --- .gitea/workflows/hatarashi-hako.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/hatarashi-hako.yaml b/.gitea/workflows/hatarashi-hako.yaml index db09006..a0063bd 100644 --- a/.gitea/workflows/hatarashi-hako.yaml +++ b/.gitea/workflows/hatarashi-hako.yaml @@ -29,7 +29,8 @@ jobs: - name: Checkout Ansible inventory run: | INVENTORY_URL="https://shmick:${{ secrets.ANSIBLE_TOKEN }}@git.pukeko.xyz/shmick/ansible/inventory.yaml" + curl -o inventory.yaml $INVENTORY_URL - name: Run Ansible Playbook run: | - ansible-playbook -i ansible/inventory.yaml -e 'ANSIBLE_SUDO_PASS="${{ secrets.SUDO_PASS }}" SKOPEO_PASS="${{ secrets.SKOPEO_PASS }}"' hatarashi-hako.yaml -vv + ansible-playbook -i inventory.yaml -e 'ANSIBLE_SUDO_PASS="${{ secrets.SUDO_PASS }}" SKOPEO_PASS="${{ secrets.SKOPEO_PASS }}"' hatarashi-hako.yaml -vv