ci: fix ansible-galaxy --quiet flag (not supported)
Some checks failed
CI/CD / syntax-check (push) Successful in 2m9s
CI/CD / deploy (push) Failing after 3m0s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jack 2026-03-21 23:31:33 +07:00
parent 9bfb702322
commit 48f34e3e93

View file

@ -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: |