Skip to content
Snippets Groups Projects
Commit 5c147d7f authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Merge branch 'fix-loading-mounts' into 'feat-hpc-factory'

Mount dirs besides adding them to fstab

See merge request !114
parents 4e59b3fa b0403a5f
No related branches found
No related tags found
No related merge requests found
......@@ -7,12 +7,12 @@
loop:
"{{ mount_points }}"
- name: Make an entry in the fstab
- name: Mount the directories
ansible.posix.mount:
src: "master:{{ item }}"
path: "{{ item }}"
opts: rw,sync,hard
state: present
state: mounted
fstype: nfs
loop:
"{{ mount_points }}"
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