From 7b08584aeb936bc2749afff1805fb81c782fc8dc Mon Sep 17 00:00:00 2001 From: "MH.Dmitrii" Date: Sun, 1 Mar 2026 15:50:39 +0300 Subject: [PATCH] updated deprecated collection 0.0055 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ae961b0..fc77d47 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: echo "${{ secrets.SSH_PRIVATE_KEY }}" > /tmp/id_rsa chmod 600 /tmp/id_rsa - name: Install Ansible collection - run: ansible-galaxy collection install community.docker + run: ansible-galaxy collection install community.docker.docker_compose_v2 - name: Create inventory run: echo "${{ secrets.INVENTORY }}" > inventory.ini - name: Create secrets.yml