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:
parent
5acd80abcf
commit
86c52e4c8c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user