mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-06 02:40:30 -07:00
fix verify for molecule default scenario
This commit is contained in:
parent
84d6e7baca
commit
5b01123846
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
- name: Verify we are running on requested jvm # noqa blocked_modules command-instead-of-module
|
||||
ansible.builtin.shell: |
|
||||
set -o pipefail
|
||||
ps -ef | grep /usr/lib/jvm/java-11 | grep -v grep
|
||||
ps -ef | grep '/etc/alternatives/jre_11/' | grep -v grep
|
||||
args:
|
||||
executable: /bin/bash
|
||||
changed_when: no
|
||||
|
|
Loading…
Add table
Reference in a new issue