Specify ansible shell executable as child of args element. Fixes #27133

Signed-off-by: Ryan Emerson <remerson@redhat.com>
This commit is contained in:
Ryan Emerson 2024-02-19 15:04:55 +00:00 committed by Alexander Schwartz
parent a2f027ee00
commit 870befa422

View file

@ -17,7 +17,8 @@
set -o pipefail
cd {{ kc_home }}
./mvnw {{ mvn_params }}
executable: /usr/bin/bash
args:
executable: /usr/bin/bash
# Tests can run for hours. To prevent the test from failing when the SSH connection breaks, use asynchronous polling.
async: 86400
poll: 10