From 2f6b2cd402346c48bf560b5bae78f735f57132ab Mon Sep 17 00:00:00 2001 From: James Blair Date: Wed, 1 Jan 2020 19:44:37 +0000 Subject: [PATCH] Corrected >> to | for ansible package source. --- wsl-setup.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsl-setup.org b/wsl-setup.org index c2ee292..748b6e6 100644 --- a/wsl-setup.org +++ b/wsl-setup.org @@ -149,7 +149,7 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_ #+NAME: Install ansible #+BEGIN_SRC shell # Add a source entry to apt sources - echo 'deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main' >> sudo tee -a /etc/apt/sources.list + echo 'deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main' | sudo tee -a /etc/apt/sources.list # Add the required key sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367