Skip to content
Snippets Groups Projects
Commit 72a25435 authored by Radosław Piliszek's avatar Radosław Piliszek
Browse files

Revert "Upgrade virtualenv in pre"

Reverts temporary.

This reverts commit 241e3474.

Change-Id: I4af6b9c57e594fce407b9524f04cfa83479e16f0
parent 220b21a8
No related branches found
No related tags found
No related merge requests found
...@@ -17,11 +17,6 @@ ...@@ -17,11 +17,6 @@
managed_network_prefix_length: "{{ api_network_prefix_length }}" managed_network_prefix_length: "{{ api_network_prefix_length }}"
managed_network_address_family: "{{ address_family }}" managed_network_address_family: "{{ address_family }}"
tasks: 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 - name: Ensure /tmp/logs/ dir
file: file:
path: "{{ logs_dir }}" path: "{{ logs_dir }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment