Skip to content

Commit

Permalink
Increase Ansible verbosity for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Dec 17, 2024
1 parent 98766a4 commit 2b8cd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Run molecule tests
run: >-
molecule test
molecule -vvv test
--platform-name ${{ matrix.platform }}-${{ matrix.architecture }}
--scenario-name ${{ matrix.scenario }}
- name: Setup tmate debug session
Expand Down

0 comments on commit 2b8cd9a

Please sign in to comment.