Skip to content

Commit

Permalink
ansible molecule scenario ci: remove v in version of ansible galaxy-r…
Browse files Browse the repository at this point in the history
…ole of cmd.
  • Loading branch information
etgraylog committed Feb 14, 2025
1 parent 245c4e8 commit 245d378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: pip3 install -r requirements.txt

- name: Install ansible dependencies.
run: ansible-galaxy role install lean_delivery.java,v7.1.0
run: ansible-galaxy role install lean_delivery.java,7.1.0

- name: Run Molecule tests.
run: molecule test --scenario-name=ci
Expand Down

0 comments on commit 245d378

Please sign in to comment.