Update ansible/roles/configure-nfs-client/tasks/main.yml
Co-authored-by: James Hackett <jamesthackett1@gmail.com>
This commit is contained in:
parent
cbfb9b8567
commit
57dec674c1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
mode: "0755"
|
mode: "0755"
|
||||||
when: ansible_os_family == "Debian"
|
when: ansible_os_family == "Debian"
|
||||||
|
|
||||||
- name: create /oldstorage mount point
|
- name: create /oldstorage mount directory
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: /oldstorage
|
path: /oldstorage
|
||||||
|
|
Loading…
Reference in a new issue