mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-09 12:20:28 -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
|
- name: Verify we are running on requested jvm # noqa blocked_modules command-instead-of-module
|
||||||
ansible.builtin.shell: |
|
ansible.builtin.shell: |
|
||||||
set -o pipefail
|
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:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
changed_when: no
|
changed_when: no
|
||||||
|
|
Loading…
Add table
Reference in a new issue