From 99733731f2475e83a59204e24dd2de9f1216f2c6 Mon Sep 17 00:00:00 2001 From: Dhruv Upadhyay Date: Sun, 25 Oct 2020 17:38:38 +0530 Subject: [PATCH] fix the missing colon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09ed188..bcc9d13 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ To create a new ec2 Instance, the following command is executed: ```ansible-playbook -i inventory/ create_instance.yml -vvv``` -To provision a ec2 proxy Instance, the following command is executed +To provision a ec2 proxy Instance, the following command is executed: ```ansible-playbook -i inventory/ provision.yml -t proxy -vvv```