Skip to content
Snippets Groups Projects
Commit fb21e125 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

syntax fixes for slurm-common

parent b8683191
No related branches found
No related tags found
3 merge requests!297Cicd merge back,!284Cicd,!282CICD
......@@ -101,16 +101,16 @@
file:
path: /opt/slurm-latest
state: absent
become: true
when: force_slurm_recompile is defined or not stat_srun.stat.exists
become: true
when: force_slurm_recompile is defined or not stat_srun.stat.exists
- name: put slurm-latest-link
file:
src: "{{ slurm_dir }}"
dest: /opt/slurm-latest
state: link
become: true
when: force_slurm_recompile is defined or not stat_srun.stat.exists
become: true
when: force_slurm_recompile is defined or not stat_srun.stat.exists
- name: add slurm log rotate config
template: src=slurmlog.j2 dest=/etc/logrotate.d/slurm mode=644
......
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