Skip to content
Snippets Groups Projects
Commit 49f71286 authored by Gin Tan (Monash University)'s avatar Gin Tan (Monash University)
Browse files

Change the ownership of the file

parent d0274e13
No related branches found
No related tags found
1 merge request!223Slurmdbconf
......@@ -23,6 +23,8 @@
- name: install slurmdb.conf
copy: src=files/slurmdbd.conf dest={{ slurm_dir }}/etc/slurmdbd.conf
owner: slurm
group: slurm
mode: u+rw,g-wx,o-rwx
sudo: true
when: slurm_dir is defined
......@@ -31,6 +33,8 @@
- name: install slurmdbd.conf
copy: src=slurmdbd.conf dest=/etc/slurm/slurmdbd.conf
mode: u+rw,g-wx,o-rwx
owner: slurm
group: slurm
sudo: true
when: slurm_dir is not defined
......
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