Skip to content
Snippets Groups Projects
Commit 982083ce authored by Andreas Hamacher's avatar Andreas Hamacher Committed by Chris Hines
Browse files

creating required slurm user codedupication :( this time with group

parent 93077a86
No related branches found
No related tags found
1 merge request!272Slurm fixes
......@@ -21,6 +21,10 @@
file: path="{{ slurm_dir }}/etc" state=directory
sudo: true
- name: create slurm group
group: name=slurm system=yes gid=497
sudo: true
- name: create slurm user # this is duplicated from slurm-common
user: name=slurm group=slurm system=yes createhome=no uid=497
sudo: true
......
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