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 }}
|
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
|
|
||||||
- name: Checkout Ansible inventory
|
- name: Checkout Ansible inventory
|
||||||
uses: actions/checkout@v3
|
run: |
|
||||||
with:
|
INVENTORY_URL="https://shmick:${{ secrets.ANSIBLE_TOKEN }}@git.pukeko.xyz/shmick/ansible/inventory.yaml"
|
||||||
repository: shmick/ansible
|
|
||||||
ref: main # Replace with the branch or tag you want to check out
|
|
||||||
token: ${{ secrets.ANSIBLE_TOKEN }}
|
|
||||||
|
|
||||||
- name: Run Ansible Playbook
|
- name: Run Ansible Playbook
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user