Trace bash execution during ansible-lint jobs

This will print the ansible-lint command used to aid with debugging

Change-Id: I9fc2d7bca76436e2e9a3d598d14974893e784d82
This commit is contained in:
Jonathan Rosser 2020-10-01 11:46:34 +01:00
parent 0ed48adea3
commit 2c8f6e082a

View File

@ -25,6 +25,7 @@
## Shell Opts ----------------------------------------------------------------
set -e
set -x
## Vars ----------------------------------------------------------------------