Skip to content

Commit 784e212

Browse files
committed
Fixes #15: Switch back to ansible on pypi for 2.10.
1 parent 3d5ee60 commit 784e212

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ jobs:
4242
python-version: 3.7
4343

4444
- name: Install Ansible ACD distribution.
45-
run: >-
46-
pip install ansible>=2.10
47-
--extra-index-url https://toshio.fedorapeople.org/ansible/acd/
45+
run: pip install --pre ansible>=2.10
4846

4947
- name: Install other dependencies.
5048
run: pip install ansible-lint yamllint docker molecule openshift

0 commit comments

Comments
 (0)