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 9c61a4a commit f04c385Copy full SHA for f04c385
etc/kayobe/ansible/build-ofed-rocky.yml
@@ -60,11 +60,6 @@
60
regexp: 'TMP_DIR=\$1'
61
replace: 'TMP_DIR=/home/stack/ofed'
62
63
- - name: Build OFED kernel modules
64
- ansible.builtin.shell:
65
- cmd: |
66
- TERM=linux /opt/mellanox/doca/tools/doca-kernel-support
67
-
68
- name: Download OFED userspace packages
69
ansible.builtin.dnf:
70
name: doca-ofed-userspace
etc/kayobe/ansible/push-ofed.yml
@@ -1,6 +1,7 @@
1
---
2
- name: Push OFED packages
3
hosts: ofed-builder
4
+ gather_facts: true
5
vars:
6
venv: "/opt/kayobe/venvs/kayobe"
7
tasks:
0 commit comments