mirror of https://github.com/ceph/ceph-ansible.git
adds the infrastructure-playbooks dir to the rpm packaging
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1180/head
parent
1b5afef9ed
commit
547b84d535
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue