Skip to content

Instantly share code, notes, and snippets.

@cinco
Created January 15, 2020 12:35
Show Gist options
  • Save cinco/ab5f66d30d320fe043fa5a15fa5a64bf to your computer and use it in GitHub Desktop.
Save cinco/ab5f66d30d320fe043fa5a15fa5a64bf to your computer and use it in GitHub Desktop.
instala ansible apt ppa
#!/bin/bash
sudo apt install -y software-properties-common
sudo apt-add-repository -y ppa:ansible/ansible
sudo apt update -y
sudo apt install -y ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment