Skip to content

Commit 4b82cba

Browse files
committed
allow using computed tasks_from for cuda role
1 parent 6e00c1b commit 4b82cba

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
@@ -24,7 +24,7 @@
2424
gather_facts: yes
2525
tags: cuda
2626
tasks:
27-
- import_role:
27+
- include_role:
2828
name: cuda
2929
tasks_from: "{{ 'runtime.yml' if appliances_mode == 'configure' else 'install.yml' }}"
3030

0 commit comments

Comments
 (0)