diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index 848ea88..a151c80 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -34,6 +34,6 @@ jobs: run: | ansible-playbook \ -i ${{secrets.SERVER_ADDRESS}}, ${{gitea.workspace}}/ansible/site.yml \ - --private-key xxxx \ - -u xxxx - #-i ${{secrets.SERVER_ADDRESS}}, ${{gitea.workspace}}/ansible/site.yml \ \ No newline at end of file + -u ${{secrets.ANSIBLE_USER}} + #-i ${{secrets.SERVER_ADDRESS}}, ${{gitea.workspace}}/ansible/site.yml \ + # --private-key xxxx \ \ No newline at end of file