Skip to content

Commit affd5d3

Browse files
author
Bharat Kunwar
authored
Merge pull request #1 from stackhpc/list-to-dict
Change list to dict
2 parents 82eee96 + 8edd91d commit affd5d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

defaults/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ slurm_service_enabled: true
33
slurm_service: slurmd
44
slurm_control_host: "{{ groups['cluster_login'] | first }}"
55
openhpc_enable:
6-
- control: false
7-
- batch: false
8-
- runtime: false
6+
control: false
7+
batch: false
8+
runtime: false

0 commit comments

Comments
 (0)