From dc9721974b8367f433b60cf25c49a7b0c29c5e1f Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Tue, 26 Mar 2019 20:55:58 -0600 Subject: [PATCH] Remove ansible from list of apt packages --- .../Ubuntu_18.04.x.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/dependency_install_steps_by_platform/Ubuntu_18.04.x.md b/dependency_install_steps_by_platform/Ubuntu_18.04.x.md index a620f52..ea0be0a 100644 --- a/dependency_install_steps_by_platform/Ubuntu_18.04.x.md +++ b/dependency_install_steps_by_platform/Ubuntu_18.04.x.md @@ -11,10 +11,10 @@ Description: Ubuntu 18.04.2 LTS -## Install Git, VirtualBox, Ansible, GnuPG, and rng-tools +## Install Git, VirtualBox, GnuPG, and rng-tools ``` -$ sudo apt install git virtualbox ansible gnupg2 rng-tools +$ sudo apt install git virtualbox gnupg2 rng-tools ``` @@ -69,14 +69,6 @@ Oracle VM VirtualBox Manager 5.2.10_Ubuntu ``` -### Ansible - -``` -$ ansible --version -ansible 2.5.1 -``` - - ### GnuPG ```