From 762b26e4dfa83201deb527883057041a396d5043 Mon Sep 17 00:00:00 2001 From: "MH.Dmitrii" Date: Sun, 1 Mar 2026 16:20:19 +0300 Subject: [PATCH] test docker without plugins 0.0064 --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 86bb181..ef86f06 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,8 +12,8 @@ jobs: run: | echo "${{ secrets.SSH_PRIVATE_KEY }}" > /tmp/id_fin chmod 600 /tmp/id_fin - - name: Install Ansible collection - run: ansible-galaxy collection install community.docker + # - name: Install Ansible collection + # run: ansible-galaxy collection install community.docker - name: Create inventory run: echo "${{ secrets.INVENTORY }}" > inventory.ini - name: Create secrets.yml