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, )