ansible-role-openstacksdk/tests/playbooks/pre.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