diff options
author | Devan Goodwin <dgoodwin@redhat.com> | 2015-10-27 13:26:57 -0300 |
---|---|---|
committer | Devan Goodwin <dgoodwin@redhat.com> | 2015-10-27 15:09:10 -0300 |
commit | 93b2a9bd2f4a3b93be3cb51ecf034000a652496e (patch) | |
tree | 4e943d1bf5792706e1408fcf4f5569938b4808f5 /openshift-ansible.spec | |
parent | 201fd2f37d43419513b448cd99dd202a96bb8542 (diff) | |
download | openshift-93b2a9bd2f4a3b93be3cb51ecf034000a652496e.tar.gz openshift-93b2a9bd2f4a3b93be3cb51ecf034000a652496e.tar.bz2 openshift-93b2a9bd2f4a3b93be3cb51ecf034000a652496e.tar.xz openshift-93b2a9bd2f4a3b93be3cb51ecf034000a652496e.zip |
Use default playbooks if available.
Because we're now installing from an rpm, we have a good idea where to find the
default playbooks and shouldn't require the user to tell us.
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r-- | openshift-ansible.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec index a24ca0c8a..3b69da825 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -208,6 +208,7 @@ BuildArch: noarch %package -n atomic-openshift-utils Summary: Atomic OpenShift Utilities BuildRequires: python-setuptools +Requires: openshift-ansible-playbooks Requires: ansible Requires: python-click Requires: python-setuptools |