]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible/examples/slave.yml: add python3-venv to python3_debs of debian 1888/head
authorKefu Chai <kchai@redhat.com>
Sat, 31 Jul 2021 14:08:23 +0000 (22:08 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 31 Jul 2021 14:49:28 +0000 (22:49 +0800)
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 <kchai@redhat.com>
ansible/examples/slave.yml

index fa8423663ad977e6dbbefa3b525e813a16122659..e0db073d1a6c2a9bef8aae98c5025537463ddd60 100644 (file)
           - python3
           - python3-dev
           - python3-pip
+          - python3-venv
           - python3-virtualenv
       when:
         - ansible_os_family == "Debian"