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 717752c commit 505661eCopy full SHA for 505661e
molecule/test13/verify.yml
@@ -13,7 +13,7 @@
13
command: scontrol show config
14
register: slurm_config
15
- assert:
16
- that: "item in slurm_config.stdout_lines | map('replace', ' ', '')"
+ that: "item in (slurm_config.stdout_lines | map('replace', ' ', ''))"
17
fail_msg: "FAILED - {{ item }} not found in slurm config"
18
loop:
19
- SlurmctldSyslogDebug=error
0 commit comments