Update .gitea/workflows/hatarashi-hako.yaml
Some checks failed
Ansible Deploy / deploy (push) Has been cancelled

This commit is contained in:
2023-11-21 22:40:29 +02:00
parent e337369951
commit 7fb05e9b58

View File

@@ -27,11 +27,8 @@ jobs:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Checkout Ansible inventory
uses: actions/checkout@v3
with:
repository: shmick/ansible
ref: main # Replace with the branch or tag you want to check out
token: ${{ secrets.ANSIBLE_TOKEN }}
run: |
INVENTORY_URL="https://shmick:${{ secrets.ANSIBLE_TOKEN }}@git.pukeko.xyz/shmick/ansible/inventory.yaml"
- name: Run Ansible Playbook
run: |