X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=roles%2Fchange_kernel_cmdline%2Ftasks%2Fmain.yml;h=63e8f40773e998c139d68c49c01649a7140578bd;hb=refs%2Fchanges%2F72%2F672%2F1;hp=a514f160bd3d96a2cb399d1338ec74e27a3da571;hpb=74a49ba6ef2ea715fa492db0bcd85c30398688e8;p=ta%2Finfra-ansible.git diff --git a/roles/change_kernel_cmdline/tasks/main.yml b/roles/change_kernel_cmdline/tasks/main.yml index a514f16..63e8f40 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.ncir_cpu_allocation | default([]) }}" + cpu_alloc: "{{ ansible_local.cloud_cpu_allocation | default([]) }}" - debug: var: perf_profile - debug: