ansible-role-whisper/tests/playbooks/pre.yaml
Paul Belanger 98fa32cc9a
Initial commit
This is our first commit to support graphite-project/whisper.

Change-Id: I8ed65d8ac05fc16f34448b34e6bca05863c80374
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-04-18 13:31:13 -04:00

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