Update .gitea/workflows/hatarashi-hako.yaml
All checks were successful
Ansible Deploy / deploy (push) Successful in 58s
All checks were successful
Ansible Deploy / deploy (push) Successful in 58s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user