Foreman 3.4.1
Rocky 8
I currently have ansible installed via RPMs but when ever I try to run ansible via Foreman I get the following error:
ERROR! Unexpected Exception, this is probably a bug: No module named 'psutil'
I found a bug report that said ansible-core, ansible-runner and psutil need to be installed via PIP3 and not via rpms.
Should I be running the PIP version of ansible?
Also, I have 2 smart proxies and I noticed that if I try to run ansible on a host that is connected to a smart proxy it looks like it tries to run ansible through that smart proxy too. Does that mean I need ansible installed on the smart proxies?