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 66a2056 commit c40107dCopy full SHA for c40107d
ansible/extras.yml
@@ -26,6 +26,7 @@
26
tasks:
27
- import_role:
28
name: cuda
29
+ tasks_from: "{{ 'runtime.yml' if appliances_mode == 'configure' else 'install.yml' }}"
30
31
- name: Persist hostkeys across rebuilds
32
# Must be after filesystems.yml (for storage)
0 commit comments