Fix the name of a task.

This commit is contained in:
Andrea Dell'Amico 2022-06-01 12:41:12 +02:00
parent a5d239ddfc
commit 3985f01777
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 2 additions and 2 deletions

View File

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

View File

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