Ansible-galaxy command missing

Hi! I have the following packages installed with pip in a python 3.13 pyenv:

(py313) [anslisa@kuberadm ~]$ pip3 freeze | grep ansible
ansible==12.0.0
ansible-compat==25.8.1
ansible-core==2.19.2
ansible-inventory==0.6.4
ansible-lint==25.9.0
ansible-runner==2.4.1
ansible_rulebook==1.2.0

(py313) [anslisa@kuberadm ~]$ ls -1 ~/py313/bin/ans*
/home/anslisa/py313/bin/ansible-community
/home/anslisa/py313/bin/ansible-inv
/home/anslisa/py313/bin/ansible-lint
/home/anslisa/py313/bin/ansible-rulebook
/home/anslisa/py313/bin/ansible-runner

ansible-galaxy is missing and i do not find any documentation on how it is supposed to be installed .. any idea what i’m missing?

Thanks a lot!!

ansible-galaxy is provided by the ansible-core package and should be listed under the Files: section in the pip show -f ansible-core output.

It appears you have a broken installation? Have you tried starting with a new clean virtual environment and installing there?

1 Like

no, i did not, but the problem got solved after doing it :slight_smile:
thanks a lot!!