Skip to content

Commit

Permalink
ci: enable ansible debug output
Browse files Browse the repository at this point in the history
Enable ansible debug output to workaround [1] until the issue is fixed.

[1] containers/ansible-podman-collections#389
  • Loading branch information
pbrezina committed Mar 17, 2022
1 parent c2c7f5c commit 34bf5fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ runs:
make build \
BASE_IMAGE="${{ inputs.base_image }}" \
TAG="${{ inputs.tag }}" \
UNAVAILABLE="${{ inputs.unavailable }}"
UNAVAILABLE="${{ inputs.unavailable }}" \
ANSIBLE_DEBUG=1

0 comments on commit 34bf5fb

Please sign in to comment.