Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Oct 25, 2023
1 parent bc0f28b commit ed66b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
- name: Use BLCR as checkpointing type
set_fact:
slurm_conf_options: "{{ slurm_default_conf_options | combine({'CheckpointType': 'checkpoint/blcr'}) }}"
when : 'blcr' in templates
when : '"blcr" in templates'

- name: Update default options with user options
set_fact:
Expand Down

0 comments on commit ed66b0c

Please sign in to comment.