requirements/playbooks/drop-wheel-mirror.yaml

10 lines
188 B
YAML

- hosts: all
tasks:
- name: Drop wheel mirror from pip.conf
become: yes
lineinfile:
path: /etc/pip.conf
regexp: "^extra-index-url"
state: absent