Don't place (or higher) in the min_ansible_version
This commit is contained in:
parent
e8ef6f14af
commit
301ebf8d04
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue