ganesha: fix the export file name.

This commit is contained in:
Andrea Dell'Amico 2022-03-21 19:21:02 +01:00
parent cd92045909
commit d979afc977
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -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