From 13424ed197676c15c4721fd6cecfded4479744c3 Mon Sep 17 00:00:00 2001 From: Russell Teague Date: Thu, 9 Nov 2017 14:25:53 -0500 Subject: Start requiring Ansible 2.4 --- callback_plugins/aa_version_requirement.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'callback_plugins') diff --git a/callback_plugins/aa_version_requirement.py b/callback_plugins/aa_version_requirement.py index 9562adb28..110b3d673 100644 --- a/callback_plugins/aa_version_requirement.py +++ b/callback_plugins/aa_version_requirement.py @@ -29,7 +29,7 @@ else: # Set to minimum required Ansible version -REQUIRED_VERSION = '2.3.0.0' +REQUIRED_VERSION = '2.4.0.0' DESCRIPTION = "Supported versions: %s or newer" % REQUIRED_VERSION -- cgit v1.2.1