Gonéri Le Bouder 822a950d43 import of the role
Change-Id: Id2cd819def3e83f92fcd8126a74aa19690dcf4c8
2020-05-04 09:27:16 -04:00

10 lines
186 B
YAML

---
- hosts: all
tasks:
- name: Disable extra wheels mirror
become: true
lineinfile:
dest: /etc/pip.conf
regexp: ^extra-index-url
state: absent