Skip to content

Commit

Permalink
1st attempt to packaging issue with ansible==4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
etgraylog committed Jan 9, 2025
1 parent 0b902a0 commit 272d8ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
- name: Install test dependencies.
run: pip3 install -r requirements.txt

- name: Install ansible 4.2.0 to work-around packaging issue (issue-2904)
run: pip3 install --force 'ansible==4.2.0'

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

0 comments on commit 272d8ec

Please sign in to comment.