Skip to content
Snippets Groups Projects
Commit a72b6737 authored by Damien Leong's avatar Damien Leong
Browse files

Force pam_slurm_adopt

Former-commit-id: b710000d
parent 05111b88
No related branches found
No related tags found
No related merge requests found
......@@ -87,13 +87,13 @@
- name: build pam_slurm_adopt
make:
chdir: /tmp/slurm-{{ slurm_version }}/contribs/pam_slurm_adopt
when: force_slurm_recompile is defined or not stat_pam_slurm_adopt.stat.exists
when: force_slurm_recompile is defined or not stat_srun.stat.exists
- name: install pam_slurm_adopt
make:
chdir: /tmp/slurm-{{ slurm_version }}/contribs/pam_slurm_adopt
target: install
when: force_slurm_recompile is defined or not stat_pam_slurm_adopt.stat.exists
when: force_slurm_recompile is defined or not stat_srun.stat.exists
sudo: true
- name: remove exist-slurm-latest-link
......
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