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 a941098 commit 2be44f9Copy full SHA for 2be44f9
etc/kayobe/ansible/build-ofed.yml
@@ -46,10 +46,10 @@
46
mode: 0777
47
48
- name: Set build directory
49
- ansible.builtin.lineinfile:
+ ansible.builtin.replace:
50
path: /opt/mellanox/doca/tools/doca-kernel-support
51
- search_string: 'TMP_DIR=$1'
52
- line: ' TMP_DIR=/home/cloud-user/ofed'
+ regexp: 'TMP_DIR=\$1'
+ replace: 'TMP_DIR=/home/cloud-user/ofed'
53
54
- name: Build OFED kernel modules
55
ansible.builtin.shell:
0 commit comments