From 2ba7777c71ba168097d48aa5f276c467177ca38a Mon Sep 17 00:00:00 2001 From: Chuck Milam Date: Wed, 23 Jun 2021 09:51:50 -0500 Subject: [PATCH] Minor correction for readability. (#800) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2916c83..6001d26 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,7 @@ Ansible-elasticsearch 7.5.2 is updating the configuration files provided by this ### Removing OSS distribution for versions >= 7.11.0 -Starting from Elasticsearch 7.11.0, OSS distributions will no more provided following Elasticsearch -recent license change. +Starting from Elasticsearch 7.11.0, OSS distributions will no longer be provided following the recent Elasticsearch license change. This Ansible role will fail if `oss_version` is set to `true` and `es_version` is greater than `7.11.0`.