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

syntax fixes for slurm-common

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