Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Dec 12, 2023
1 parent 138a30c commit 5ab7cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/Debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
- name: Install front slurm-smd packages
apt:
name: slurm-smd-slurmctld
when: slurm_type_of_node = "front"
when: slurm_type_of_node == "front"

- name: Install wn slurm-smd packages
apt:
name: slurm-smd-slurmd
when: slurm_type_of_node = "wn"
when: slurm_type_of_node == "wn"

when: slurm_version is version('23.11.0', '>=')

Expand Down

0 comments on commit 5ab7cf9

Please sign in to comment.