Merge "Required DDP package is not loaded issue"

This commit is contained in:
Zuul 2022-02-28 12:59:04 +00:00 committed by Gerrit Code Review
commit d52c943720
1 changed files with 2 additions and 0 deletions

View File

@ -250,6 +250,8 @@ outputs:
rm -f /lib/firmware/intel/ice/ddp/ice.pkg
ln -s {{ ddp_package_file }} /lib/firmware/intel/ice/ddp/ice.pkg
dracut -f
rmmod ice
modprobe ice
when: ddp_package_files is defined and ddp_package_file|string != ""
when: step|int == 0 and ddp_package|string != "ddp"
- get_attr: [BootParams, role_data, deploy_steps_tasks]