From e8d6bb2c9e2fe5aa55bd9e5bb3b8ceeb9fbfed9c Mon Sep 17 00:00:00 2001 From: kurokobo <2920259+kurokobo@users.noreply.github.com> Date: Thu, 10 Feb 2022 23:51:31 +0900 Subject: [PATCH] fix: fix invalid version specifier --- galaxy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy/README.md b/galaxy/README.md index b366d6a..ecac15c 100644 --- a/galaxy/README.md +++ b/galaxy/README.md @@ -422,7 +422,7 @@ ansible-galaxy collection init demo.collection mkdir -p demo/collection/meta cat < demo/collection/meta/runtime.yml --- -requires_ansible: "<=2.10" +requires_ansible: ">=2.9" EOF # Create new Plugin