From 3985f01777b114d36aedaed619fe1bfe90635156 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 1 Jun 2022 12:41:12 +0200 Subject: [PATCH] Fix the name of a task. --- tasks/ganesha-nfs.yml | 2 +- tasks/nfs-kernel-server.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/ganesha-nfs.yml b/tasks/ganesha-nfs.yml index a6c83e8..f65ec09 100644 --- a/tasks/ganesha-nfs.yml +++ b/tasks/ganesha-nfs.yml @@ -1,7 +1,7 @@ --- - name: Create the export directory trees block: - - name: Create the directory of the nextcloud NFS export + - name: Create the directory of the NFS exports ansible.builtin.file: dest: '{{ item.path }}' state: directory diff --git a/tasks/nfs-kernel-server.yml b/tasks/nfs-kernel-server.yml index 1988a44..d92c6cf 100644 --- a/tasks/nfs-kernel-server.yml +++ b/tasks/nfs-kernel-server.yml @@ -1,7 +1,7 @@ --- - name: Create the export directory trees block: - - name: Create the directory of the nextcloud NFS export + - name: Create the directory of the NFS exports ansible.builtin.file: dest: '{{ item.path }}' state: directory