Closed egarza closed 5 months ago
Python3 is aliased as Python
I don't know what you did, but the proper way to do this system wide is to install a specific package apt install python-is-python3
I have no idea why Ubuntu decided to not provide a proper python binary name. I'm overriding the ansible python autodetection, so i'll remove it.
Fixed by 926e0e50f1fa47c2469422f05fa9cecaa38fc5cf
I made a clean install of Ubuntu 24.04 LTS in WSL.
I installed Ansible succesfully.
Python3
is aliased asPython
After the first steps, when I get to this one I get this error:
ansible-playbook --ask-become-pass deploy.yml
Thanks,
Ed