Browse Source

Merge pull request #5307 from sdodson/bump_ansible_23

Bump ansible requirement to 2.3
Scott Dodson 7 years ago
parent
commit
38c719febd
3 changed files with 3 additions and 3 deletions
  1. 1 1
      README.md
  2. 1 1
      callback_plugins/aa_version_requirement.py
  3. 1 1
      openshift-ansible.spec

+ 1 - 1
README.md

@@ -55,7 +55,7 @@ you are not running a stable release.
     ***
 
     Requirements:
-    - Ansible >= 2.2.2.0
+    - Ansible >= 2.3.0.0
     - Jinja >= 2.7
     - pyOpenSSL
     - python-lxml

+ 1 - 1
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
 
 

+ 1 - 1
openshift-ansible.spec

@@ -17,7 +17,7 @@ URL:            https://github.com/openshift/openshift-ansible
 Source0:        https://github.com/openshift/openshift-ansible/archive/%{commit}/%{name}-%{version}.tar.gz
 BuildArch:      noarch
 
-Requires:      ansible >= 2.2.2.0
+Requires:      ansible >= 2.3
 Requires:      python2
 Requires:      python-six
 Requires:      tar