Merge "Revert "Upgrade virtualenv in pre""

This commit is contained in:
Zuul 2020-02-20 22:08:50 +00:00 committed by Gerrit Code Review
commit b610feaadc

View File

@ -17,11 +17,6 @@
managed_network_prefix_length: "{{ api_network_prefix_length }}"
managed_network_address_family: "{{ address_family }}"
tasks:
# TODO(mnasiadka): Remove once infra merges virtualenv fixes
- name: Upgrade virtualenv package
command: python3 -m pip install -U virtualenv
become: True
- name: Ensure /tmp/logs/ dir
file:
path: "{{ logs_dir }}"