.
Some checks failed
deploy host / setup-runner (push) Successful in 3s
deploy host / ansible-playbook (push) Failing after 3s

This commit is contained in:
2024-09-01 02:50:57 +01:00
parent c9db8cb3c3
commit e39f19f907

View File

@@ -29,7 +29,7 @@ jobs:
#ANSIBLE_USER: ${{ secrets.ANSIBLE_USER }} #ANSIBLE_USER: ${{ secrets.ANSIBLE_USER }}
ANSIBLE_HOST_KEY_CHECKING: False ANSIBLE_HOST_KEY_CHECKING: False
run: | run: |
hget http://has.lan wget http://has.lan
ansible-playbook \ ansible-playbook \
-i 192.168.14.2, ${{gitea.workspace}}/ansible/site.yml \ -i 192.168.14.2, ${{gitea.workspace}}/ansible/site.yml \
--private-key xxxx \ --private-key xxxx \