Update ansible/roles/configure-nfs-client/tasks/main.yml

Co-authored-by: James Hackett <jamesthackett1@gmail.com>
This commit is contained in:
wizzdom 2024-03-28 20:00:17 +00:00 committed by GitHub
parent cbfb9b8567
commit 57dec674c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@
mode: "0755"
when: ansible_os_family == "Debian"
- name: create /oldstorage mount point
- name: create /oldstorage mount directory
become: true
ansible.builtin.file:
path: /oldstorage