Skip to content
Snippets Groups Projects
Commit fec8dd9f authored by Chris Hines's avatar Chris Hines
Browse files

missed the list of lustre filesystems to mount

parent ff7c2018
No related branches found
No related tags found
No related merge requests found
......@@ -19,3 +19,4 @@ lustre_pkgs:
- name: "Mount lustre filesystems"
mount: name="{{ item.mntpt }}" src= "{{ item.servers }}"/"{{ item.src }}" state="mounted" fstype="lustre" opts="_netdev,flock 0 0"
sudo: true
with_tiems: {{ mntlist }}
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