ci: fix ansible-galaxy --quiet flag (not supported)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9bfb702322
commit
48f34e3e93
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip3 install ansible --quiet --break-system-packages
|
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
|
- name: Configure SSH
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue