From 02706c54764ea93f9b3c1e82dbc9c289224d78c5 Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Tue, 19 Apr 2016 10:48:17 -0400 Subject: Add example inventories to docs, install docs by default --- openshift-ansible.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'openshift-ansible.spec') diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 4ac4da87c..7c6997d7c 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -15,6 +15,7 @@ BuildArch: noarch Requires: ansible >= 1.9.4 Requires: python2 +Requires: openshift-ansible-docs = %{version}-%{release} %description Openshift and Atomic Enterprise Ansible @@ -56,7 +57,9 @@ ln -sf %{_datadir}/ansible/inventory/aws %{buildroot}%{python_sitelib}/openshift ln -sf %{_datadir}/ansible/inventory/gce %{buildroot}%{python_sitelib}/openshift_ansible/gce # openshift-ansible-docs install -# -docs are currently just %doc, no install needed +# Install example inventory into docs/examples +mkdir -p docs/example-inventories +cp inventory/byo/* docs/example-inventories/ # openshift-ansible-inventory install mkdir -p %{buildroot}/etc/ansible -- cgit v1.2.1