diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index cf1890f..7a7efd5 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -32,27 +32,8 @@ jobs: #ANSIBLE_USER: ${{ secrets.ANSIBLE_USER }} ANSIBLE_HOST_KEY_CHECKING: False run: | - wget http://${{secrets.SERVER_ADDRESS}} ansible-playbook \ -i ${{secrets.SERVER_ADDRESS}}, ${{gitea.workspace}}/ansible/site.yml \ --private-key xxxx \ -u xxxx - - - -# - name: Install Ansible -# shell: bash -# run: | -# sudo apt update -# sudo apt install -y ansible - -# - name: Docker tests - -# run: | -# docker pull librespace/ansible -# docker run \ -# --mount type=bind,source="$(pwd)"/ansible,target=/ansible \ -# librespace/ansible \ -# ansible-playbook ansible/site.yml --private-key xxxx -u xxxx - - +. \ No newline at end of file