We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1617c96 commit 717752cCopy full SHA for 717752c
defaults/main.yml
@@ -12,7 +12,7 @@ openhpc_resume_timeout: 300
12
openhpc_retry_delay: 10
13
openhpc_job_maxtime: 24:00:00
14
openhpc_config: "{{ openhpc_extra_config | default({}) }}"
15
-openhpc_slurm_configless: "{{ true if ('enable_configless' in openhpc_config.get('SlurmctldParameters', [])) else false }}"
+openhpc_slurm_configless: "{{ 'enable_configless' in openhpc_config.get('SlurmctldParameters', []) }}"
16
17
openhpc_state_save_location: /var/spool/slurm
18
0 commit comments