Skip to content

Commit

Permalink
ci: install ansible-core from github to match versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Jan 19, 2024
1 parent c5fba09 commit 58f0f13
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 "ansible-core==${{ matrix.ansible_version }}" molecule molecule-docker
pip install "git+https://github.com/ansible/ansible@${{ matrix.ansible_version }}" molecule molecule-docker
- name: Test with molecule
run: |
Expand Down

0 comments on commit 58f0f13

Please sign in to comment.