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 787014e commit ca937ccCopy full SHA for ca937cc
playbooks/new_nodes.yml
@@ -7,7 +7,7 @@
7
tasks:
8
- include_role:
9
name: hostname
10
- when: slurm and autoscaling | default(false) | bool
+ when: slurm | default(false) | bool
11
12
- hosts: compute
13
become: true
0 commit comments