Skip to content

Commit

Permalink
Increase ansible verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed Oct 11, 2023
1 parent 6fe9b8a commit f22bbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/collector-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
timeout-minutes: 480
run: |
ansible-galaxy install -r ansible/requirements.yml
ansible-playbook \
ansible-playbook -vvv \
--connection local \
-i localhost, \
--limit localhost \
Expand Down

0 comments on commit f22bbad

Please sign in to comment.