Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Muntean committed Jun 13, 2024
1 parent 2129848 commit 1da97c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# - db21158
# - oracle19c-rockylinux8
# - iim-191-rockylinux8
# - ihs-v90-rockylinux8
- ihs-v90-rockylinux8
# - ohs-v12.2.1.4-rockylinux8
# - liberty-rockylinux8
# - liberty-jdk17-rockylinux8
Expand Down Expand Up @@ -97,13 +97,14 @@ jobs:
ansible-config dump |grep DEFAULT_MODULE_PATH
echo "PWD DIR:"
pwd
echo "LS COMMAND"
ls
echo "LS hardcoded modules dir"
ls plugins/modules
echo "NEW_REPO_LOC:"
echo ${{ env.NEW_REPO_LOC }}
export DEFAULT_MODULE_PATH=${{ env.NEW_REPO_LOC }}/plugins/modules
echo "MODULE PATH:"
echo $DEFAULT_MODULE_PATH
echo "LS DEFAULT_MODULE_PATH"
ls $DEFAULT_MODULE_PATH
cat DEFAULT_MODULE_PATH/iim_info.py
ls -la
molecule test -s ${{ matrix.scenario }}
2 changes: 1 addition & 1 deletion molecule/__liberty21/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- name: Check packages
# Assuming 'iim_info' module is part of the 'iim' role or a custom module.
# If it's a custom module, ensure that it's properly located in the 'library' directory inside the role.
spm-middleware.iim_info:
merative.spm_middleware.iim_info:
iim_path: /opt/IBM/InstallationManager
register: iim_info
- name: Get jvm.options
Expand Down

0 comments on commit 1da97c8

Please sign in to comment.