Fix the exports file names.

This commit is contained in:
Andrea Dell'Amico 2022-06-13 16:20:27 +02:00
parent 94c1382dca
commit f8b42cdd6c
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 1 deletions

View File

@ -50,12 +50,13 @@
dest: '/etc/exports.d'
owner: root
group: root
state: directory
mode: 0755
- name: Install the NFS export files
template:
src: 'kernel-nfs-exports.j2'
dest: '/etc/exports.d/{{ item.name }}'
dest: '/etc/exports.d/{{ item.name }}.exports'
owner: root
group: root
mode: 0644