Skip to content

Commit 245c4e8

Browse files
committed
Another attempt to fix ansible molecule scenario ci.
1 parent 06940fa commit 245c4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: pip3 install -r requirements.txt
5757

5858
- name: Install ansible dependencies.
59-
run: ansible-galaxy role install -r requirements.yml
59+
run: ansible-galaxy role install lean_delivery.java,v7.1.0
6060

6161
- name: Run Molecule tests.
6262
run: molecule test --scenario-name=ci

0 commit comments

Comments
 (0)