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 dcf61da commit be805ccCopy full SHA for be805cc
ansible/extras.yml
@@ -26,7 +26,7 @@
26
tasks:
27
- import_role:
28
name: cuda
29
- tasks_from: "{{ 'runtime.yml' if appliances_mode == 'configure' else 'install.yml' }}"
+ 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