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
|
- name: Create the export directory trees
|
||||||
block:
|
block:
|
||||||
- name: Create the directory of the nextcloud NFS export
|
- name: Create the directory of the NFS exports
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
dest: '{{ item.path }}'
|
dest: '{{ item.path }}'
|
||||||
state: directory
|
state: directory
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
- name: Create the export directory trees
|
- name: Create the export directory trees
|
||||||
block:
|
block:
|
||||||
- name: Create the directory of the nextcloud NFS export
|
- name: Create the directory of the NFS exports
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
dest: '{{ item.path }}'
|
dest: '{{ item.path }}'
|
||||||
state: directory
|
state: directory
|
||||||
|
|
Loading…
Reference in New Issue