From c5b41fbfca69b03a49d1188c6c5ee78f51361da3 Mon Sep 17 00:00:00 2001 From: James Blair Date: Wed, 1 Jan 2020 19:33:41 +0000 Subject: [PATCH] Added ppa so ansible is latest version. --- wsl-setup.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wsl-setup.org b/wsl-setup.org index 9ce4052..3692410 100644 --- a/wsl-setup.org +++ b/wsl-setup.org @@ -148,6 +148,9 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_ #+NAME: Install ansible #+BEGIN_SRC shell + # Add a ppa source so we can install the latest version + sudo apt-add-repository --yes --update ppa:ansible/ansible + # Install ansible via apt package manager sudo apt-get install -y ansible #+END_SRC