From 2825bcb945c3049eca70782ad7c9066315990c1d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 11 Apr 2019 07:29:45 +0100 Subject: [PATCH] Update the usage instructions --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4136f7c..652b285 100644 --- a/README.md +++ b/README.md @@ -7,18 +7,20 @@ ## Usage +Install the dependencies: + ``` ansible-galaxy install -r requirements.yml ``` -```bash -$ ansible-playbook main.yml -``` - -Run everything. +Run all the tasks: ```bash -$ ansible-playbook main.yml -t +ansible-playbook main.yml ``` -Run a specific tag. +Run tasks with a specific tag: + +```bash +ansible-playbook main.yml -t +```