diff --git a/.gitea/workflows/deploy_rdpconnect.yaml b/.gitea/workflows/deploy_rdpconnect.yaml index 25798b5..94c8f0b 100644 --- a/.gitea/workflows/deploy_rdpconnect.yaml +++ b/.gitea/workflows/deploy_rdpconnect.yaml @@ -14,10 +14,9 @@ jobs: options: --privileged steps: - name: "Base requirements" - run: | - apk update && apk add --no-cache git docker docker-compose nodejs gpg openssh npm ansible - ansible-galaxy collection install community.general --force - ansible-galaxy collection install ansible.posix --force + run: apk update && apk add --no-cache git docker docker-compose nodejs gpg openssh npm ansible + #ansible-galaxy collection install community.general --force + #ansible-galaxy collection install ansible.posix --force - name: "Check out repo code" uses: actions/checkout@v4