We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06940fa commit 245c4e8Copy full SHA for 245c4e8
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
run: pip3 install -r requirements.txt
57
58
- name: Install ansible dependencies.
59
- run: ansible-galaxy role install -r requirements.yml
+ run: ansible-galaxy role install lean_delivery.java,v7.1.0
60
61
- name: Run Molecule tests.
62
run: molecule test --scenario-name=ci
0 commit comments