Fix the name of a task.
This commit is contained in:
parent
a5d239ddfc
commit
3985f01777
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue