Browse Source

Use ansible 2.6

Vadim Rutkovsky 6 years ago
parent
commit
86a0c80c7e
3 changed files with 3 additions and 3 deletions
  1. 1 1
      README.md
  2. 1 1
      openshift-ansible.spec
  3. 1 1
      requirements.txt

+ 1 - 1
README.md

@@ -61,7 +61,7 @@ Install base dependencies:
 
 Requirements:
 
-- Ansible >= 2.4.3.0, 2.5.x is not currently supported for OCP installations
+- Ansible >= 2.4.3.0, 2.5.x+ are not currently supported for OCP installations
 - Jinja >= 2.7
 - pyOpenSSL
 - python-lxml

+ 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.4.3
+Requires:      ansible >= 2.6
 Requires:      python2
 Requires:      python-six
 Requires:      tar

+ 1 - 1
requirements.txt

@@ -1,6 +1,6 @@
 # Versions are pinned to prevent pypi releases arbitrarily breaking
 # tests with new APIs/semantics. We want to update versions deliberately.
-ansible==2.4.3.0
+ansible==2.6.0.0
 boto==2.44.0
 click==6.7
 pyOpenSSL==17.5.0