Last active
February 24, 2019 12:30
-
-
Save webarchitect609/50523b427c717aa4127b4218259292c9 to your computer and use it in GitHub Desktop.
Install Ansible @ Ubuntu
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
# From https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#latest-releases-via-apt-ubuntu | |
sudo apt-add-repository --yes --update ppa:ansible/ansible | |
sudo apt-get update | |
sudo apt-get install --yes software-properties-common ansible |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment