You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
prereq.sh uses python's pip module to install ansible. If running it on Rocky Linux version 9.3 (Dell reasons why that version is picked)
To Reproduce
Steps to reproduce the behavior:
Request PXE image from internal network - should be a reasonably vanilla Rocky9.3
Describe the bug
prereq.sh uses python's pip module to install ansible. If running it on Rocky Linux version 9.3 (Dell reasons why that version is picked)
To Reproduce
Steps to reproduce the behavior:
[root@controlplane omnia]# ./prereq.sh
#[SNIP]
UPGRADING PIP:
/usr/bin/python3.9: No module named pip
INSTALLING ANSIBLE:
/usr/bin/python3.9: No module named pip
/usr/bin/python3.9: No module named pip
Waiting for process with pid 11608 to finish.
#[SNIP]
For more information: https://omnia-doc.readthedocs.io/en/latest/InstallationGuides/InstallingProvisionTool/index.html
Expected behavior
script completes and ansible is installed successfully via python-pip
Or script halts on error
system snapshot
The text was updated successfully, but these errors were encountered: