Commit e26298b 1 parent adb4152 commit e26298b Copy full SHA for e26298b
File tree 1 file changed +1
-10
lines changed
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 40
40
register : doca_kernel_repo
41
41
changed_when : false
42
42
43
- - name : Unpackage kernel repo
44
- ansible.builtin.shell :
45
- cmd : " rpm2cpio {{ doca_kernel_repo.stdout }} | cpio -idmv -D {{ doca_extract_path }}"
46
-
47
- - name : Find extracted kernel packages
48
- ansible.builtin.shell :
49
- cmd : ' find {{ doca_extract_path }}/usr/share/doca-host-*/Modules/$(uname -r)/*.rpm'
50
- register : doca_kernel_packages
51
-
52
43
- name : Create Pulp repository for DOCA kernel modules
53
44
pulp.squeezer.rpm_repository :
54
45
pulp_url : " {{ stackhpc_release_pulp_url }}"
67
58
--repository '{{ doca_modules_repo_name }}' \
68
59
--file {{ item }} \
69
60
--no-publish \
70
- with_items : " {{ doca_kernel_packages .stdout_lines }}"
61
+ with_items : " {{ doca_kernel_repo .stdout_lines }}"
71
62
72
63
- name : Create Pulp publication for OFED
73
64
pulp.squeezer.rpm_publication :
You can’t perform that action at this time.
0 commit comments