diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-09-05 15:13:59 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-09-05 15:13:59 -0400 |
commit | fcc2def68b99734af20ff1474d7dc574ad544fd1 (patch) | |
tree | 90929af44826d2465c2d244de0f0a8a7d32348db /callback_plugins | |
parent | 91043b66d3c085e6186d7447ebd02befa09149c9 (diff) | |
download | openshift-fcc2def68b99734af20ff1474d7dc574ad544fd1.tar.gz openshift-fcc2def68b99734af20ff1474d7dc574ad544fd1.tar.bz2 openshift-fcc2def68b99734af20ff1474d7dc574ad544fd1.tar.xz openshift-fcc2def68b99734af20ff1474d7dc574ad544fd1.zip |
Bump ansible requirement to 2.3
Diffstat (limited to 'callback_plugins')
-rw-r--r-- | callback_plugins/aa_version_requirement.py | 2 |
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 |