Skip to content

Commit

Permalink
fix copy plugin when rerunning
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons committed Sep 4, 2023
1 parent 4c9af25 commit 83b6a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/slurmserver/tasks/pyxis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

- name: copy the plugin to the share
copy:
src: '{{tmp_pyxis_dir.path}}/pyxis-{{pyxis_version}}/spank_pyxis.so'
src: '/usr/lib64/slurm/spank_pyxis.so'
dest: '{{homedir_mountpoint}}/slurm/'
remote_src: yes
mode: 0755
Expand Down

0 comments on commit 83b6a19

Please sign in to comment.