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 42d6124 commit b383304Copy full SHA for b383304
ansible/bootstrap.yml
@@ -312,14 +312,6 @@
312
- include_role:
313
name: ofed
314
315
-- hosts: doca:&builder
316
- become: yes
317
- gather_facts: yes
318
- tasks:
319
- - name: Install NVIDIA DOCA
320
- import_role:
321
- name: doca
322
-
323
- hosts: ansible_init
324
gather_facts: yes
325
become: yes
ansible/fatimage.yml
@@ -29,6 +29,14 @@
29
30
- import_playbook: bootstrap.yml
31
32
+- hosts: doca
33
+ become: yes
34
+ gather_facts: yes
35
+ tasks:
36
+ - name: Install NVIDIA DOCA
37
+ import_role:
38
+ name: doca
39
+
40
- name: Run post-bootstrap.yml hook
41
vars:
42
appliances_environment_root: "{{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}"
0 commit comments