summaryrefslogtreecommitdiffstats
path: root/callback_plugins
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-11-09 14:25:53 -0500
committerRussell Teague <rteague@redhat.com>2017-11-09 15:03:18 -0500
commit13424ed197676c15c4721fd6cecfded4479744c3 (patch)
tree5f44ab198142aaaa0e56b15a8b1e8ec6d781a108 /callback_plugins
parent7900f45d2d8ef566cf3f330a33364dd217a93c1d (diff)
downloadopenshift-13424ed197676c15c4721fd6cecfded4479744c3.tar.gz
openshift-13424ed197676c15c4721fd6cecfded4479744c3.tar.bz2
openshift-13424ed197676c15c4721fd6cecfded4479744c3.tar.xz
openshift-13424ed197676c15c4721fd6cecfded4479744c3.zip
Start requiring Ansible 2.4
Diffstat (limited to 'callback_plugins')
-rw-r--r--callback_plugins/aa_version_requirement.py2
1 files changed, 1 insertions, 1 deletions
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