From 364e38bcb375ca0dd7c5c063bfb73fdc8ec78591 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 31 Jul 2021 22:08:23 +0800 Subject: [PATCH] ansible/examples/slave.yml: add python3-venv to python3_debs of debian since we are going to replace virtualenv with "python3 -m venv", let's add python3-venv. keep python3-virtualenv around for a while just in case. Signed-off-by: Kefu Chai --- ansible/examples/slave.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/examples/slave.yml b/ansible/examples/slave.yml index fa842366..e0db073d 100644 --- a/ansible/examples/slave.yml +++ b/ansible/examples/slave.yml @@ -106,6 +106,7 @@ - python3 - python3-dev - python3-pip + - python3-venv - python3-virtualenv when: - ansible_os_family == "Debian" -- 2.39.5