From 48f34e3e9306eed1084fc2a747596f96ea56f25b Mon Sep 17 00:00:00 2001 From: jack Date: Sat, 21 Mar 2026 23:31:33 +0700 Subject: [PATCH] ci: fix ansible-galaxy --quiet flag (not supported) Co-Authored-By: Claude Sonnet 4.6 --- .forgejo/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |