Skip to content

Commit

Permalink
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 5a31da7 commit 53cefad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ 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: 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
Expand Down

0 comments on commit 53cefad

Please sign in to comment.