summaryrefslogtreecommitdiffstats
path: root/callback_plugins/aa_version_requirement.py
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-09-06 08:19:53 -0400
committerGitHub <noreply@github.com>2017-09-06 08:19:53 -0400
commit38c719febd0720588ec90d8ba5e19d5ade15d6a6 (patch)
tree32194e25d3f61e49ba06242db9c486c890ca3020 /callback_plugins/aa_version_requirement.py
parent338436926fe1ef6d089a08bfe011f0105665ab3d (diff)
parentfcc2def68b99734af20ff1474d7dc574ad544fd1 (diff)
downloadopenshift-38c719febd0720588ec90d8ba5e19d5ade15d6a6.tar.gz
openshift-38c719febd0720588ec90d8ba5e19d5ade15d6a6.tar.bz2
openshift-38c719febd0720588ec90d8ba5e19d5ade15d6a6.tar.xz
openshift-38c719febd0720588ec90d8ba5e19d5ade15d6a6.zip
Merge pull request #5307 from sdodson/bump_ansible_23
Bump ansible requirement to 2.3
Diffstat (limited to 'callback_plugins/aa_version_requirement.py')
-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 20bdd9056..9562adb28 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.2.2.0'
+REQUIRED_VERSION = '2.3.0.0'
DESCRIPTION = "Supported versions: %s or newer" % REQUIRED_VERSION