diff --git a/ansible/roles/tuned/tasks/main.yml b/ansible/roles/tuned/tasks/main.yml index 3de7dce2..f933b1bb 100644 --- a/ansible/roles/tuned/tasks/main.yml +++ b/ansible/roles/tuned/tasks/main.yml @@ -31,7 +31,7 @@ when: runtime_env == 'TSG-X-P0906' - name: "apply tsg-os-cpu-partitioning profile" - shell: echo tsg-os-cpu-partitioning >/etc/tuned/active_profile + shell: tuned-adm profile tsg-os-cpu-partitioning when: runtime_env == 'TSG-X-P0906' - name: "make tuned server run after HAL"