Gate fix for pegleg

Remove default pip.conf as some packages are
not availablei from the mirror and cause
the image build jobs to fail.

Change-Id: I125360952190a4dc5cfb98647cd94dcf506f9b71
This commit is contained in:
anthony.bellino 2021-08-03 09:50:33 -07:00
parent 5acd80abcf
commit 86c52e4c8c
1 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,10 @@
debug:
var: image_tags
- name: Remove default mirror config
shell: rm /etc/pip.conf
become: True
- name: Install Docker (Debian)
when: ansible_os_family == 'Debian'
block: