File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5151
5252 - name : Create build directory
5353 ansible.builtin.file :
54- path : /home/cloud-user /ofed
54+ path : /home/stack /ofed
5555 state : directory
5656 mode : 0777
5757
5858 - name : Set build directory
5959 ansible.builtin.replace :
6060 path : /opt/mellanox/doca/tools/doca-kernel-support
6161 regexp : ' TMP_DIR=\$1'
62- replace : ' TMP_DIR=/home/cloud-user /ofed'
62+ replace : ' TMP_DIR=/home/stack /ofed'
6363
6464 - name : Build OFED kernel modules
6565 ansible.builtin.shell :
7070 ansible.builtin.dnf :
7171 name : doca-ofed-userspace
7272 download_only : true
73- download_dir : /home/cloud-user /ofed
73+ download_dir : /home/stack /ofed
Original file line number Diff line number Diff line change 1717
1818 - name : Lookup Pulp RPMs on builder
1919 ansible.builtin.find :
20- paths : " /home/cloud-user /ofed"
20+ paths : " /home/stack /ofed"
2121 register : rpm_dir
2222
2323 - name : Upload OFED RPMs to Pulp
You can’t perform that action at this time.
0 commit comments