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 e1ee0ee commit c44b9f0Copy full SHA for c44b9f0
ansible/slurm.yml
@@ -57,4 +57,4 @@
57
tasks:
58
- include_role:
59
name: stackhpc.openhpc
60
- tasks_from: "{{ {'install':'install.yml', 'runtime.yml':'configure'}[appliances_mode] | default('main.yml') }}"
+ tasks_from: "{{ {'build':'install.yml', 'configure':'runtime.yml'}[appliances_mode] | default('main.yml') }}"
0 commit comments