Skip to content

Commit be805cc

Browse files
committed
fix typo in extras playbook
1 parent dcf61da commit be805cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/extras.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
tasks:
2727
- import_role:
2828
name: cuda
29-
tasks_from: "{{ 'runtime.yml' if appliances_mode == 'configure' else 'install.yml' }}"
29+
tasks_from: "{{ 'runtime.yml' if appliances_mode == 'configure' else 'install.yml' }}"
3030

3131
- name: Persist hostkeys across rebuilds
3232
# Must be after filesystems.yml (for storage)

0 commit comments

Comments
 (0)