diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-07-18 14:10:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-18 14:10:59 -0400 |
commit | 46ff071b63bc917a00922b4f93b149d9b334f92c (patch) | |
tree | d1528d019e5a1d9f661c89691533dd0d8877f1f0 /openshift-ansible.spec | |
parent | 08791978fdf3ee385760761d4fc6bc47febf1732 (diff) | |
parent | 856e47e3a0dc21d680c0e6289c2c16575fd64bee (diff) | |
download | openshift-46ff071b63bc917a00922b4f93b149d9b334f92c.tar.gz openshift-46ff071b63bc917a00922b4f93b149d9b334f92c.tar.bz2 openshift-46ff071b63bc917a00922b4f93b149d9b334f92c.tar.xz openshift-46ff071b63bc917a00922b4f93b149d9b334f92c.zip |
Merge pull request #1992 from abutcher/ansible-2
Require ansible-2.1.0.0+
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 822070e43..f70193367 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -13,7 +13,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 >= 1.9.4 +Requires: ansible >= 2.1.0.0 Requires: python2 Requires: openshift-ansible-docs = %{version}-%{release} |