]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
spec: add module_utils directory v6.0.0alpha4
authorDimitri Savineau <dsavinea@redhat.com>
Wed, 6 Jan 2021 19:22:04 +0000 (14:22 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 6 Jan 2021 19:26:48 +0000 (20:26 +0100)
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>
ceph-ansible.spec.in

index 9882a8b8a0a1862cab5a09a934dbcb6b87c56f4d..4bba1f57a61adcf1f4be4256f05a272ec4b3ff87 100644 (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