a869c8661e
Because we want users to support both pip / git install methods, refactor testing to support the testing of that. Change-Id: Ida9cec271c83b8d66ab185b693077574a89091a5 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
9 lines
181 B
YAML
9 lines
181 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Disable extra wheels mirror
|
|
become: yes
|
|
lineinfile:
|
|
dest: /etc/pip.conf
|
|
regexp: ^extra-index-url
|
|
state: absent
|