Skip to content

Commit

Permalink
2nd pass remove work-around for ansible issue-2904.
Browse files Browse the repository at this point in the history
  • Loading branch information
etgraylog committed Jan 13, 2025
1 parent 53cefad commit 3c098e7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ 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 3c098e7

Please sign in to comment.