Skip to content

Commit

Permalink
x11 spank plugin is not correctly turned off if spank plugin support …
Browse files Browse the repository at this point in the history
…is still on
  • Loading branch information
ville-r-lut committed Aug 25, 2020
1 parent 95e2b42 commit 9bdd869
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 9bdd869

Please sign in to comment.