mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
Revert "bump required version to 2.10"
This reverts commit e0e9c8321b223b8cc4b6aceb7225a2bab9ba109c.
This commit is contained in:
parent
e0e9c8321b
commit
f10296b1b7
@ -816,7 +816,7 @@ def galaxy_validate(serializer, attrs):
|
||||
# new auth is applied, so check if compatible with version
|
||||
from awx.main.utils import get_ansible_version
|
||||
current_version = get_ansible_version()
|
||||
min_version = '2.10'
|
||||
min_version = '2.9'
|
||||
if Version(current_version) < Version(min_version):
|
||||
errors.setdefault(setting_name, [])
|
||||
errors[setting_name].append(_(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user