diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index beb9543..561c64e 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: - name: Install dependencies run: | pip3 install ansible --quiet --break-system-packages - ansible-galaxy collection install ansible.posix community.general community.docker --quiet + ansible-galaxy collection install ansible.posix community.general community.docker - name: Configure SSH run: |