Skip to content

Commit c44b9f0

Browse files
committed
fix openhpc role task selection
1 parent e1ee0ee commit c44b9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/slurm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@
5757
tasks:
5858
- include_role:
5959
name: stackhpc.openhpc
60-
tasks_from: "{{ {'install':'install.yml', 'runtime.yml':'configure'}[appliances_mode] | default('main.yml') }}"
60+
tasks_from: "{{ {'build':'install.yml', 'configure':'runtime.yml'}[appliances_mode] | default('main.yml') }}"

0 commit comments

Comments
 (0)