From: David Galloway Date: Thu, 5 Feb 2026 13:50:52 +0000 (-0500) Subject: builder.yml: Install pipx X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c76ab0939f74d09a5be8e8fc415ca155e1960d62;p=ceph-build.git builder.yml: Install pipx Signed-off-by: David Galloway --- diff --git a/ansible/examples/builder.yml b/ansible/examples/builder.yml index f1acbb84..83299beb 100644 --- a/ansible/examples/builder.yml +++ b/ansible/examples/builder.yml @@ -236,6 +236,7 @@ - python3-pip - python3-venv - python3-virtualenv + - pipx when: - ansible_os_family == "Debian" - ansible_distribution_major_version|int >= 18 @@ -286,6 +287,7 @@ - libffi-devel - tmpwatch - glibc-langpack-en + - pipx tmp_cleaner_name: tmpwatch tmp_cleaner_args: "14d /tmp/" when: ansible_os_family == "RedHat"