From fb662f2ecf6af5625362ede9294f6499300fad78 Mon Sep 17 00:00:00 2001 From: Bryan Black <2366082-reel@users.noreply.gitlab.com> Date: Fri, 30 Oct 2020 01:55:25 +0000 Subject: [PATCH] fix tag group typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adbddd1..3faad85 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ defined on resources. The configuration of this inventory plugin can be done through a configuration file. In this example we wan to create a group `dev` and should contain all -instance that have a tag `env=dev`. We also create a group `tag_dev_env` which +instance that have a tag `env=dev`. We also create a group `tag_env_dev` which contains the same hosts. Create a file `aws_ec2.yml` with the following content