From 0a51bdb365a7ac83d761504506e534d3ef069ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 1 Sep 2024 03:19:45 +0100 Subject: [PATCH] . --- .gitea/workflows/host.yml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) 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