Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions playbooks/kayobe-overcloud-host-configure-base/pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
vars:
testinfra_venv: ~/testinfra-venv
tasks:
- name: Ensure python3 is installed
- name: Ensure python3 and setuptools are installed
package:
name: python3
name:
- python3
- python3-setuptools
become: true

- name: Install Python3.12 on RHEL derivatives
Expand Down