summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-12-14 15:35:08 -0500
committerGitHub <noreply@github.com>2017-12-14 15:35:08 -0500
commit29d3212bf1089661b9fd38db59d72160a39d39d4 (patch)
treebf9d8ef57b0e448a7070b468dd3d775bfddbc0b1
parent33f648a78ebd8fb2020029689d658847f2ff2eea (diff)
parent099711f564ad08056a59324b38f6c5ceab30ccec (diff)
downloadopenshift-29d3212bf1089661b9fd38db59d72160a39d39d4.tar.gz
openshift-29d3212bf1089661b9fd38db59d72160a39d39d4.tar.bz2
openshift-29d3212bf1089661b9fd38db59d72160a39d39d4.tar.xz
openshift-29d3212bf1089661b9fd38db59d72160a39d39d4.zip
Merge pull request #6480 from mtnbikenc/update-version-requirement
Update version check to Ansible 2.4.1
-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 110b3d673..1093acdae 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.4.0.0'
+REQUIRED_VERSION = '2.4.1.0'
DESCRIPTION = "Supported versions: %s or newer" % REQUIRED_VERSION