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 c40107d commit 63bf06aCopy full SHA for 63bf06a
ansible/fatimage.yml
@@ -19,6 +19,14 @@
19
20
- import_playbook: bootstrap.yml
21
22
+- hosts: doca
23
+ become: yes
24
+ gather_facts: yes
25
+ tasks:
26
+ - name: Install NVIDIA DOCA
27
+ import_role:
28
+ name: doca
29
+
30
- name: Run post-bootstrap.yml hook
31
vars:
32
appliances_environment_root: "{{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}"
@@ -202,14 +210,6 @@
202
210
name: cloudalchemy.grafana
203
211
tasks_from: install.yml
204
212
205
-- hosts: doca
206
- become: yes
207
- gather_facts: yes
208
- tasks:
209
- - name: Install NVIDIA DOCA
- import_role:
- name: doca
-
213
- name: Run post.yml hook
214
215
0 commit comments