adds the infrastructure-playbooks dir to the rpm packaging

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/1180/head
Andrew Schoen 2016-12-12 15:52:23 -06:00
parent 1b5afef9ed
commit 547b84d535
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Ansible playbooks for Ceph
%install
mkdir -p %{buildroot}%{_datarootdir}/ceph-ansible
for f in ansible.cfg *.yml *.sample group_vars roles library plugins; do
for f in ansible.cfg *.yml *.sample group_vars roles library plugins infrastructure-playbooks; do
cp -a $f %{buildroot}%{_datarootdir}/ceph-ansible
done