Skip to content

Commit

Permalink
ansible molecule scenario ci: put role lean_delivery.java back to whe…
Browse files Browse the repository at this point in the history
…re it was.
  • Loading branch information
etgraylog committed Feb 14, 2025
1 parent 223c03d commit ec49194
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
- name: Install python dependencies.
run: pip3 install -r requirements.txt

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

- name: Run Molecule tests.
run: molecule test --scenario-name=ci
env:
Expand All @@ -77,5 +80,3 @@ jobs:
run: sudo apt-get install -y ansible
- name: Install Role
run: ansible-galaxy role install graylog2.graylog
- name: Install ansible dependencies.
run: ansible-galaxy role install lean_delivery.java,7.1.0

0 comments on commit ec49194

Please sign in to comment.