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 51
51
52
52
- name : Create build directory
53
53
ansible.builtin.file :
54
- path : /home/cloud-user /ofed
54
+ path : /home/stack /ofed
55
55
state : directory
56
56
mode : 0777
57
57
58
58
- name : Set build directory
59
59
ansible.builtin.replace :
60
60
path : /opt/mellanox/doca/tools/doca-kernel-support
61
61
regexp : ' TMP_DIR=\$1'
62
- replace : ' TMP_DIR=/home/cloud-user /ofed'
62
+ replace : ' TMP_DIR=/home/stack /ofed'
63
63
64
64
- name : Build OFED kernel modules
65
65
ansible.builtin.shell :
70
70
ansible.builtin.dnf :
71
71
name : doca-ofed-userspace
72
72
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 17
17
18
18
- name : Lookup Pulp RPMs on builder
19
19
ansible.builtin.find :
20
- paths : " /home/cloud-user /ofed"
20
+ paths : " /home/stack /ofed"
21
21
register : rpm_dir
22
22
23
23
- name : Upload OFED RPMs to Pulp
You can’t perform that action at this time.
0 commit comments