Skip to content
Snippets Groups Projects
Commit 42072cb7 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Create mountpoints before mounting them

parent bb749634
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,8 @@
- { dir: /scratch, mode: '0755' }
- { dir: /share, mode: '0755' }
- { dir: /data/rc/apps, mode: '0755' } # this is only required for the symlink to be happy
- { dir: /data/user, mode: '0755' }
- { dir: /data/project, mode: '0755' }
- name: Set up NFS GPFS mount point(s)
ansible.posix.mount:
path: "{{ item.path }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment