fix verify for molecule default scenario

This commit is contained in:
Guido Grazioli 2023-07-31 10:39:47 +02:00
parent 84d6e7baca
commit 5b01123846

View file

@ -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