CI: Disable extra pip wheels mirror

Change-Id: Ia584a6c178653775b727d7d03fca3c590c699f4b
Related: https://github.com/ansible-community/ara/issues/43
This commit is contained in:
David Moreau Simard 2019-05-21 12:15:38 -04:00
parent 9b00abd786
commit 0f8d206659
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621

View File

@ -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