diff options
author | Russell Teague <rteague@redhat.com> | 2017-12-14 11:25:30 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-12-14 11:25:30 -0500 |
commit | 099711f564ad08056a59324b38f6c5ceab30ccec (patch) | |
tree | d85e7e4ff7c5ae0049ce71d156b2a8d16bf1d4fd | |
parent | 912123dbfbf8186e1b661782c7572ee94378bd6d (diff) | |
download | openshift-099711f564ad08056a59324b38f6c5ceab30ccec.tar.gz openshift-099711f564ad08056a59324b38f6c5ceab30ccec.tar.bz2 openshift-099711f564ad08056a59324b38f6c5ceab30ccec.tar.xz openshift-099711f564ad08056a59324b38f6c5ceab30ccec.zip |
Update version check to Ansible 2.4.1
-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 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 |