Skip to content

Commit

Permalink
Remove ansible from list of apt packages
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieok committed Mar 27, 2019
1 parent 39c2ae5 commit dc97219
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions dependency_install_steps_by_platform/Ubuntu_18.04.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down Expand Up @@ -69,14 +69,6 @@ Oracle VM VirtualBox Manager 5.2.10_Ubuntu
```


### Ansible

```
$ ansible --version
ansible 2.5.1
```


### GnuPG

```
Expand Down

0 comments on commit dc97219

Please sign in to comment.