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