mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-06 23:19:35 -05:00
Specify ansible shell executable as child of args element. Fixes #27133
Signed-off-by: Ryan Emerson <remerson@redhat.com>
This commit is contained in:
committed by
Alexander Schwartz
parent
a2f027ee00
commit
870befa422
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user