diff --git a/tasks/ganesha-nfs.yml b/tasks/ganesha-nfs.yml index f8d91c3..ad6bdac 100644 --- a/tasks/ganesha-nfs.yml +++ b/tasks/ganesha-nfs.yml @@ -67,7 +67,7 @@ - name: Install the ganesha export files ansible.builtin.template: src: ganesha-export.conf.j2 - dest: '/etc/ganesha/{{ item.name }}' + dest: '/etc/ganesha/{{ item.name }}.conf' owner: root group: root mode: 0644