Merge "Install setuptools before creating virtualenv"

This commit is contained in:
Zuul 2025-01-21 14:22:47 +00:00 committed by Gerrit Code Review
commit 1424835969

View File

@ -59,6 +59,12 @@
mode: 0700
become: True
- name: Ensure Python setuptools is installed
package:
name: python3-setuptools
state: present
become: True
- name: Ensure kayobe virtualenv has the latest version of pip installed
pip:
name: pip