From: Dimitri Savineau Date: Wed, 6 Jan 2021 19:22:04 +0000 (-0500) Subject: spec: add module_utils directory X-Git-Tag: v6.0.0alpha4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9cc607e9afdc214f3504fdd5f6258722906c30ae;p=ceph-ansible.git 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 --- diff --git a/ceph-ansible.spec.in b/ceph-ansible.spec.in index 9882a8b8a..4bba1f57a 100644 --- a/ceph-ansible.spec.in +++ b/ceph-ansible.spec.in @@ -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