Skip to content

Commit f04c385

Browse files
try gather facts
1 parent 9c61a4a commit f04c385

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

etc/kayobe/ansible/build-ofed-rocky.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@
6060
regexp: 'TMP_DIR=\$1'
6161
replace: 'TMP_DIR=/home/stack/ofed'
6262

63-
- name: Build OFED kernel modules
64-
ansible.builtin.shell:
65-
cmd: |
66-
TERM=linux /opt/mellanox/doca/tools/doca-kernel-support
67-
6863
- name: Download OFED userspace packages
6964
ansible.builtin.dnf:
7065
name: doca-ofed-userspace

etc/kayobe/ansible/push-ofed.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
- name: Push OFED packages
33
hosts: ofed-builder
4+
gather_facts: true
45
vars:
56
venv: "/opt/kayobe/venvs/kayobe"
67
tasks:

0 commit comments

Comments
 (0)