Created
March 30, 2022 11:58
-
-
Save RANUX/8a669518cd209ff14da44e67d357dc83 to your computer and use it in GitHub Desktop.
install ansible on ubuntu 20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get update | |
apt-get upgrade | |
apt install git python3-pip | |
update-alternatives --install /usr/bin/python python /usr/bin/python3 2 | |
pip3 install ansible |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment