Skip to content

Instantly share code, notes, and snippets.

@SeanChristopherConway
Created April 5, 2019 01:17
Show Gist options
  • Save SeanChristopherConway/303565064eab6e02ca7420839ffa6494 to your computer and use it in GitHub Desktop.
Save SeanChristopherConway/303565064eab6e02ca7420839ffa6494 to your computer and use it in GitHub Desktop.
Raspberry pi install newer version of ansible
sudo apt-get install dirmngr
#Edit your /etc/apt/sources.list and append
deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main
#then run
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367
sudo apt-get update
sudo apt-get install ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment