Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ourboy committed Aug 2, 2023
1 parent 65708ca commit 8647593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ansible
pywinrm
molecule==4.0.4
molecule==5.1.0
molecule-docker
docker
ansible-lint >= 5.1.1, < 6.0.0 # only for the prerun functionality
Expand Down
3 changes: 1 addition & 2 deletions molecule/__ihs-v90/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@
- name: Check that the correct packages are installed
assert:
that:
- "iim_info.packages | \
select('match', 'com.ibm.websphere.IHS.v90.*') | list | length > 0"
- "iim_info.packages | select('match', 'com.ibm.websphere.IHS.v90.*') | list | length > 0"

0 comments on commit 8647593

Please sign in to comment.