Don't place (or higher) in the min_ansible_version

pull/5357/head
Matt Martz 11 years ago
parent e8ef6f14af
commit 301ebf8d04

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

Loading…
Cancel
Save