Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
ci: install Ansible v2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho committed Nov 29, 2020
1 parent e22c03c commit 1d636f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
python-version: '3.x'
- name: Uninstall old Ansible
run: ansible --version && sudo apt purge ansible -y
- name: Install Ansible v2.10 alpha (GH actions currently uses 2.9)
run: sudo python -m pip install ansible==2.10.0a9 && ansible --version
- name: Install Ansible v2.10.3 (GH actions currently uses 2.9)
run: sudo python -m pip install ansible==2.10.3 && ansible --version
- run: pip -V && pip install -r ./requirements/pip.txt
- uses: webfactory/[email protected]
with:
Expand Down

0 comments on commit 1d636f3

Please sign in to comment.