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
|
- name: Install the ganesha export files
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: ganesha-export.conf.j2
|
src: ganesha-export.conf.j2
|
||||||
dest: '/etc/ganesha/{{ item.name }}'
|
dest: '/etc/ganesha/{{ item.name }}.conf'
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
Loading…
Reference in New Issue