CI: Disable extra pip wheels mirror
Change-Id: Ia584a6c178653775b727d7d03fca3c590c699f4b Related: https://github.com/ansible-community/ara/issues/43
This commit is contained in:
parent
9b00abd786
commit
0f8d206659
@ -33,3 +33,11 @@
|
||||
regexp: "^exclude="
|
||||
state: absent
|
||||
when: ansible_distribution == "Fedora"
|
||||
|
||||
# See https://github.com/ansible-community/ara/issues/43
|
||||
- name: Disable extra wheels mirror
|
||||
become: yes
|
||||
lineinfile:
|
||||
dest: /etc/pip.conf
|
||||
regexp: ^extra-index-url
|
||||
state: absent
|
||||
|
Loading…
x
Reference in New Issue
Block a user