Merge "Modify import_role to include_role for boot params service"

This commit is contained in:
Zuul 2020-01-14 03:01:49 +00:00 committed by Gerrit Code Review
commit 2ebc940e39
1 changed files with 2 additions and 2 deletions

View File

@ -85,14 +85,14 @@ outputs:
# But the configuration in that service has to be moved from host_prep_tasks to step 0 of deploy_step_tasks
- name: Configure tuned before reboot
when: step|int == 0
import_role:
include_role:
name: tuned
vars:
tuned_profile: {get_attr: [RoleParametersValue, value, tuned_profile]}
tuned_isolated_cores: {get_attr: [RoleParametersValue, value, isolated_cores]}
- name: Configure kernel args and reboot
when: step|int == 0
import_role:
include_role:
name: tripleo-kernel
tasks_from: kernelargs.yml
vars: