Merge "Use tripleo_kernel standalone role for upgrade_tasks"

This commit is contained in:
Zuul 2022-07-18 18:17:37 +00:00 committed by Gerrit Code Review
commit 394fe52872

View File

@ -153,14 +153,6 @@ outputs:
when:
- step|int == 3
- upgrade_leapp_enabled
block:
- name: fix grub entries to have name start with GRUB_
replace:
path: '/etc/default/grub'
regexp: '^(TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS)(.*)'
replace: 'GRUB_\1\2'
- name: fix grub entries in append statement
replace:
path: '/etc/default/grub'
regexp: '(.*){(TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS)}(.*)'
replace: '\1{GRUB_\2}\3'
include_role:
name: tripleo_kernel
tasks_from: upgrade_tasks.yml