Update .gitea/workflows/hatarashi-hako.yaml
All checks were successful
Ansible Deploy / deploy (push) Successful in 54s

This commit is contained in:
2023-11-21 22:43:15 +02:00
parent 5e4ecc9447
commit a1462c543b

View File

@@ -30,6 +30,7 @@ jobs:
run: |
INVENTORY_URL="https://shmick:${{ secrets.ANSIBLE_TOKEN }}@git.pukeko.xyz/shmick/ansible/inventory.yaml"
curl -o inventory.yaml $INVENTORY_URL
cat inventory.yaml
- name: Run Ansible Playbook
run: |