Skip to content

Commit

Permalink
ci: pin ansible version for molecule tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Jan 19, 2024
1 parent fecda64 commit c5fba09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --no-cache-dir --upgrade pip
pip install molecule[ansible] molecule-docker
pip install "ansible-core==${{ matrix.ansible_version }}" molecule molecule-docker
- name: Test with molecule
run: |
Expand Down

0 comments on commit c5fba09

Please sign in to comment.