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

Commit 96b745d

Browse files
committed
ci: install Ansible v2.10.3
1 parent b022eb5 commit 96b745d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
python-version: '3.x'
4747
- name: Uninstall old Ansible
4848
run: ansible --version && sudo apt purge ansible -y
49-
- name: Install Ansible v2.10 alpha (GH actions currently uses 2.9)
50-
run: sudo python -m pip install ansible==2.10.0a9 && ansible --version
49+
- name: Install Ansible v2.10.3 (GH actions currently uses 2.9)
50+
run: sudo python -m pip install ansible==2.10.3 && ansible --version
5151
- run: pip -V && pip install -r ./requirements/pip.txt
5252
- uses: webfactory/[email protected]
5353
with:

0 commit comments

Comments
 (0)