Update .gitea/workflows/hatarashi-hako.yaml
Some checks failed
Ansible Deploy / deploy (push) Has been cancelled
Some checks failed
Ansible Deploy / deploy (push) Has been cancelled
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user