Closed danypr92 closed 5 years ago
Now we are starting to use Python3 to run Ansible scripts and is already installed in the newest versions of Ubuntu.
In the future, we can remove this part of the script, but now we need to maintain the Python2.7 for any projects and Python3 to another one.
Instead on relying that python3 is already installed in recent Ubuntu versions, I would just specify which Python version do you need. If it's already installed it will be skipped.
python3
Why?
Now we are starting to use Python3 to run Ansible scripts and is already installed in the newest versions of Ubuntu.
In the future, we can remove this part of the script, but now we need to maintain the Python2.7 for any projects and Python3 to another one.