diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-09-06 08:19:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 08:19:53 -0400 |
commit | 38c719febd0720588ec90d8ba5e19d5ade15d6a6 (patch) | |
tree | 32194e25d3f61e49ba06242db9c486c890ca3020 /openshift-ansible.spec | |
parent | 338436926fe1ef6d089a08bfe011f0105665ab3d (diff) | |
parent | fcc2def68b99734af20ff1474d7dc574ad544fd1 (diff) | |
download | openshift-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 'openshift-ansible.spec')
-rw-r--r-- | openshift-ansible.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 86bb3e60b..095f43dd8 100644 --- a/openshift-ansible.spec +++ b/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 |