From 301ebf8d04c0e588536c2c216f4d074854e70e81 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Thu, 19 Dec 2013 12:58:07 -0600 Subject: [PATCH] Don't place (or higher) in the min_ansible_version --- bin/ansible-galaxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ansible-galaxy b/bin/ansible-galaxy index aa0b9af2d2f..d1d278a45ae 100755 --- a/bin/ansible-galaxy +++ b/bin/ansible-galaxy @@ -509,7 +509,7 @@ def execute_init(args, options): author = 'your name', company = 'your company (optional)', license = 'license (GPLv2, CC-BY, etc)', - min_ansible_version = '1.2 (or higher)', + min_ansible_version = '1.2', platforms = platform_groups, categories = categories, )