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