From 9299d187023e2b560aec385de0f978a92fe2ff6b Mon Sep 17 00:00:00 2001 From: trevorbryant Date: Sun, 9 Jun 2019 18:00:49 -0400 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9f37688..0fb807f 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ This branch is tailored for the disco releases of Ubuntu. This has been tested on disco 19.04. ### Dependencies -The package `python-apt` will need to be present prior to running the playbooks. Ansible requires this package as a dependency to the`--check` module. +Packages to be installed prior to running the playbooks. ```bash $ apt update -$ apt -y install python-apt +$ apt -y install python-apt ansible ``` Optionally, many of these tools can be installed by the `forensics-all` package described in [Debian Forensics Environment - essential components](https://packages.debian.org/sid/forensics-all). @@ -32,8 +32,8 @@ $ sudo ansible-playbook playbook_apt.yml --list-tasks Install or skip specific tasks: ```bash -$ sudo ansible-playbook playbook_apt.yml --tags "deb-utils,pip3-sec" -$ sudo ansible-playbook playbook_apt.yml --skip-tags "deb-sec,pip-sec" +$ sudo ansible-playbook play_apt.yml --tags "deb-utils,pip3-sec" +$ sudo ansible-playbook play_apt.yml --skip-tags "deb-sec,pip-sec" ``` Run playbook and all install tools to localhost: