From e0e9c8321b223b8cc4b6aceb7225a2bab9ba109c Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Tue, 8 Oct 2019 11:00:57 -0400 Subject: [PATCH] bump required version to 2.10 --- 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 b0284a70ea..a310950f4f 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.9' + min_version = '2.10' if Version(current_version) < Version(min_version): errors.setdefault(setting_name, []) errors[setting_name].append(_(