Corrected >> to | for ansible package source.
This commit is contained in:
@ -149,7 +149,7 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_
|
|||||||
#+NAME: Install ansible
|
#+NAME: Install ansible
|
||||||
#+BEGIN_SRC shell
|
#+BEGIN_SRC shell
|
||||||
# Add a source entry to apt sources
|
# 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
|
# Add the required key
|
||||||
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367
|
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367
|
||||||
|
|||||||
Reference in New Issue
Block a user