From 57fd6fbcc065243eca328b7b4b0cf9e0b9d6ebc7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 10 Apr 2019 12:50:32 +0100 Subject: [PATCH] Simplify commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69ce446..4136f7c 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ ansible-galaxy install -r requirements.yml ``` ```bash -$ ansible-playbook main.yml -i inventory +$ ansible-playbook main.yml ``` Run everything. ```bash -$ ansible-playbook main.yml -i inventory -t +$ ansible-playbook main.yml -t ``` Run a specific tag.