Skip to content

Instantly share code, notes, and snippets.

@bzhoek
Created December 23, 2019 15:09
Show Gist options
  • Save bzhoek/87a31f2c24ab4fcf919cbd874d18a687 to your computer and use it in GitHub Desktop.
Save bzhoek/87a31f2c24ab4fcf919cbd874d18a687 to your computer and use it in GitHub Desktop.
Ansible op Ubuntu 18.04
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update
sudo apt-get install ansible -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment