Skip to content

Commit b63bb2a

Browse files
committed
revert doca move
1 parent 42d6124 commit b63bb2a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

ansible/bootstrap.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -312,14 +312,6 @@
312312
- include_role:
313313
name: ofed
314314

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-
323315
- hosts: ansible_init
324316
gather_facts: yes
325317
become: yes

ansible/fatimage.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929

3030
- import_playbook: bootstrap.yml
3131

32+
- hosts: doca
33+
become: yes
34+
gather_facts: yes
35+
tasks:
36+
- name: Install NVIDIA DOCA
37+
import_role:
38+
name: doca
39+
3240
- name: Run post-bootstrap.yml hook
3341
vars:
3442
appliances_environment_root: "{{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}"

0 commit comments

Comments
 (0)