Skip to content

Commit

Permalink
tests: Run Ansible in verbose mode in GitHub workflow integration test (
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt authored Oct 25, 2021
1 parent 3ec1150 commit dad02d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Run test playbook
run: |
cd tests
sudo ansible-playbook --connection=local --inventory localhost, tests_*.yml
sudo ansible-playbook -vv --connection=local --inventory localhost, tests_*.yml

0 comments on commit dad02d1

Please sign in to comment.