From 14b8dcef24ed354f9c47306d0c1a68f668cdcba2 Mon Sep 17 00:00:00 2001 From: Xaver Russ Date: Mon, 14 Jul 2025 00:25:36 +0200 Subject: [PATCH] light cleanup --- .forgejo/workflows/ansible.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.forgejo/workflows/ansible.yml b/.forgejo/workflows/ansible.yml index b8dfa29..96a5ab7 100644 --- a/.forgejo/workflows/ansible.yml +++ b/.forgejo/workflows/ansible.yml @@ -20,18 +20,11 @@ jobs: - docker container: image: docker:dind - env: - DOCKER_TLS_CERTDIR: "" steps: - name: Install Node.js and dependencies run: | apk update apk add --no-cache nodejs npm git bash - dockerd & - sleep 5 - docker version - node --version - npm --version - name: Checkout uses: actions/checkout@v4 @@ -66,18 +59,11 @@ jobs: runs-on: amd64 container: image: docker:dind - env: - DOCKER_TLS_CERTDIR: "" steps: - name: Install Node.js and dependencies run: | apk update apk add --no-cache nodejs npm git bash - dockerd & - sleep 5 - docker version - node --version - npm --version - name: Login to Forgejo Registry uses: docker/login-action@v3