Skip to content

Commit 7fc59e7

Browse files
author
Bharat Kunwar
committed
Syntax check fails when openhpc_slurm_control_host variable is empty
1 parent bc2f9f3 commit 7fc59e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
openhpc_slurm_service_enabled: true
33
openhpc_slurm_service:
4-
openhpc_slurm_control_host:
4+
openhpc_slurm_control_host: "{{ inventory_hostname }}"
55
openhpc_slurm_partitions: []
66
openhpc_cluster_name:
77
openhpc_packages: []

0 commit comments

Comments
 (0)