Skip to content

Commit ca937cc

Browse files
Change the hostname if using Slurm
1 parent 787014e commit ca937cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/new_nodes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
tasks:
88
- include_role:
99
name: hostname
10-
when: slurm and autoscaling | default(false) | bool
10+
when: slurm | default(false) | bool
1111

1212
- hosts: compute
1313
become: true

0 commit comments

Comments
 (0)