From c76ab0939f74d09a5be8e8fc415ca155e1960d62 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 5 Feb 2026 08:50:52 -0500 Subject: [PATCH] builder.yml: Install pipx Signed-off-by: David Galloway --- ansible/examples/builder.yml | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.47.3