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

fix: Skip creating home dir for slurm user

The home dir for slurm user is available as a mount from master so there
is no need to create a local home dir for it.
parent a160a27a
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@
state: present
uid: 450
group: slurm
create_home: false
- name: Copy munge key
ansible.builtin.copy:
......
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