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!!