Specify ansible shell executable as child of args element. Fixes #27133
Signed-off-by: Ryan Emerson <remerson@redhat.com>
This commit is contained in:
parent
a2f027ee00
commit
870befa422
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue