From f10296b1b740b40c9470f5ea39cfb3732b019363 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Tue, 8 Oct 2019 11:20:57 -0400 Subject: [PATCH] Revert "bump required version to 2.10" This reverts commit e0e9c8321b223b8cc4b6aceb7225a2bab9ba109c. --- awx/main/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/conf.py b/awx/main/conf.py index a310950f4f..b0284a70ea 100644 --- a/awx/main/conf.py +++ b/awx/main/conf.py @@ -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(_(