diff --git a/.gitea/workflows/deploy-containers.yml b/.gitea/workflows/deploy-containers.yml index 9657443..741e2c4 100644 --- a/.gitea/workflows/deploy-containers.yml +++ b/.gitea/workflows/deploy-containers.yml @@ -14,7 +14,7 @@ jobs: - name: Install dependencies run: | apk update - apk add --no-cache git bash openssh python3 py3-pip + apk add --no-cache nodejs npm git bash openssh python3 py3-pip py3-passlib python3 -m pip install --user ansible --break-system-packages export PATH="/root/.local/bin:$PATH"