Skip to content

Commit 63bf06a

Browse files
committed
move doca install before cuda
1 parent c40107d commit 63bf06a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ansible/fatimage.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919

2020
- import_playbook: bootstrap.yml
2121

22+
- hosts: doca
23+
become: yes
24+
gather_facts: yes
25+
tasks:
26+
- name: Install NVIDIA DOCA
27+
import_role:
28+
name: doca
29+
2230
- name: Run post-bootstrap.yml hook
2331
vars:
2432
appliances_environment_root: "{{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}"
@@ -202,14 +210,6 @@
202210
name: cloudalchemy.grafana
203211
tasks_from: install.yml
204212

205-
- hosts: doca
206-
become: yes
207-
gather_facts: yes
208-
tasks:
209-
- name: Install NVIDIA DOCA
210-
import_role:
211-
name: doca
212-
213213
- name: Run post.yml hook
214214
vars:
215215
appliances_environment_root: "{{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}"

0 commit comments

Comments
 (0)