We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97b3bc commit c1c7fc3Copy full SHA for c1c7fc3
.github/workflows/ci.yml
@@ -46,13 +46,6 @@ jobs:
46
pip install ansible>=2.10
47
--extra-index-url https://toshio.fedorapeople.org/ansible/acd/
48
49
- - name: Patch installation with redirection WIP PR 67684.
50
- run: |
51
- cd $(pip show ansible | grep Location | cut -d' ' -f2)/ansible
52
- wget https://github.com/ansible/ansible/pull/67684.patch
53
- sed -i -e 's/lib\/ansible\///' 67684.patch
54
- git apply -v 67684.patch || true
55
-
56
- name: Install other dependencies.
57
run: pip install ansible-lint yamllint docker molecule openshift
58
0 commit comments