Skip to content
Snippets Groups Projects
Commit d97f6991 authored by Jupiter Hu's avatar Jupiter Hu
Browse files

fixed slurm data directory mode

parent 4f2ab9f7
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@
when: slurm_use_vpn==True
- name: create data directory
file: path="{{ slurmdatadir }}" state=directory owner=slurm group=slurm mode=644
file: path="{{ slurmdatadir }}" state=directory owner=slurm group=slurm mode=755
sudo: true
- name: create log directory
......
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