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

Force pam_slurm_adopt

parent e9aab646
No related branches found
No related tags found
1 merge request!265Force pam_slurm_adopt
......@@ -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