diff --git a/deployment/kernel/kernel-boot-params-baremetal-ansible.yaml b/deployment/kernel/kernel-boot-params-baremetal-ansible.yaml index b52c525318..22b83e06ed 100644 --- a/deployment/kernel/kernel-boot-params-baremetal-ansible.yaml +++ b/deployment/kernel/kernel-boot-params-baremetal-ansible.yaml @@ -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: