From: Kefu Chai Date: Sat, 31 Jul 2021 14:08:23 +0000 (+0800) Subject: ansible/examples/slave.yml: add python3-venv to python3_debs of debian X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=364e38bcb375ca0dd7c5c063bfb73fdc8ec78591;p=ceph-build.git 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 --- 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"