Remove pip_conf_file check

When executed outside of OpenStack-CI, the following error shows:

The conditional check 'not pip_conf_file.stat.exists' failed.

In [1] the check removed in this patch was omitted by mistake.

[1] https://review.openstack.org/568571

Change-Id: I18e88956217e8ec822a9efb7c972de857b62e70f
This commit is contained in:
Jesse Pretorius 2018-05-18 12:01:14 +01:00
parent 25490b9f24
commit 56099d7911
1 changed files with 0 additions and 1 deletions

View File

@ -133,7 +133,6 @@
- name: Set repo_build_pip_extra_indexes fact
set_fact:
repo_build_pip_extra_indexes: "{{ fastest_wheel_mirror.stdout_lines }}"
when: not pip_conf_file.stat.exists
- name: Check whether the host has a git cache
stat: