Update the minimum Ansible version to 2.4. (#41989)
This commit is contained in:
parent
ed3933b67a
commit
5024b4e445
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ class GalaxyCLI(CLI):
|
||||||
company='your company (optional)',
|
company='your company (optional)',
|
||||||
license='license (GPLv2, CC-BY, etc)',
|
license='license (GPLv2, CC-BY, etc)',
|
||||||
issue_tracker_url='http://example.com/issue/tracker',
|
issue_tracker_url='http://example.com/issue/tracker',
|
||||||
min_ansible_version='1.2',
|
min_ansible_version='2.4',
|
||||||
role_type=self.options.role_type
|
role_type=self.options.role_type
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue