Skip to content

Commit

Permalink
Merge pull request #117 from ville-r-lut/lutmod
Browse files Browse the repository at this point in the history
x11 spank plugin is not correctly turned off
  • Loading branch information
VilleS1 authored Aug 27, 2020
2 parents 95e2b42 + 9bdd869 commit 7fa3243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
file:
path: /etc/slurm/plugstack.conf.d/x11.conf
state: absent
when: slurm_plugstack|bool == false and slurm_x11_spank|bool == false
when: slurm_plugstack|bool == false or slurm_x11_spank|bool == false

- name: install slurm-spank-x11 and xauth
package: name={{ slurm_spank_x11_packages }} state=present
Expand Down

0 comments on commit 7fa3243

Please sign in to comment.