1
0

update
Some checks failed
/ deploy (push) Failing after 1m28s

This commit is contained in:
cuqmbr 2025-06-23 22:20:31 +03:00
parent fa4ece2629
commit abeca37431
Signed by: cuqmbr
GPG Key ID: 0AA446880C766199

View File

@ -27,7 +27,7 @@ jobs:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock SSH_AUTH_SOCK: /tmp/ssh_agent.sock
run: | run: |
cd ./homelab/ansible cd ./homelab/ansible
ansible-playbook -u gitea-actions --ssh-common-args "-o ProxyCommand='ssh -p 22 -W %h:%p -q gitea-actions@10.1.0.53'" -b --become-method doas --start-at-task 'Install hugo deb package from github.' -i inventories/dev/hosts.yml 20_main_page.yml ansible-playbook -u gitea-actions --ssh-common-args "-o ProxyCommand='ssh -p 22 -W %h:%p -q gitea-actions@bastion.cuqmbr.home'" -b --become-method doas --start-at-task 'Install hugo deb package from github.' -i inventories/dev/hosts.yml 20_main_page.yml
# - name: Run ansible playbook # - name: Run ansible playbook
# env: # env:
# SSH_AUTH_SOCK: /tmp/ssh_agent.sock # SSH_AUTH_SOCK: /tmp/ssh_agent.sock