X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Finfra-ansible.git;a=blobdiff_plain;f=roles%2Fchange_kernel_cmdline%2Ftasks%2Fmain.yml;h=37450c940ad7696051b86198935e62d027920473;hp=63e8f40773e998c139d68c49c01649a7140578bd;hb=86e9056a7ee8ec41856edb13b72273951edb3d87;hpb=b761808359bb9b38db9847e06bf6a074a09f7807 diff --git a/roles/change_kernel_cmdline/tasks/main.yml b/roles/change_kernel_cmdline/tasks/main.yml index 63e8f40..37450c9 100644 --- a/roles/change_kernel_cmdline/tasks/main.yml +++ b/roles/change_kernel_cmdline/tasks/main.yml @@ -18,7 +18,7 @@ - name: Get configuration. set_fact: perf_profile: "{{ performance_profiles[hosts[hostname]['performance_profiles'][0]] if 'performance_profiles' in hosts[hostname] else {} }}" - cpu_alloc: "{{ ansible_local.cloud_cpu_allocation | default([]) }}" + cpu_alloc: "{{ ansible_local.cpu_allocation | default([]) }}" - debug: var: perf_profile - debug: