ganesha: fix the export file name.
This commit is contained in:
parent
cd92045909
commit
d979afc977
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue