Don't place (or higher) in the min_ansible_version

This commit is contained in:
Matt Martz 2013-12-19 12:58:07 -06:00
parent e8ef6f14af
commit 301ebf8d04

View file

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