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