spec: add module_utils directory

Since d7fd468 the ansible modules are using the common code shared in
the module_utils directory but that one wasn't added to the spec file.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1910214

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
pull/6176/head v6.0.0alpha4
Dimitri Savineau 2021-01-06 14:22:04 -05:00 committed by Guillaume Abrioux
parent 4cbc9a48c9
commit 9cc607e9af
1 changed files with 1 additions and 1 deletions

View File

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