Remove references to any product
[ta/infra-ansible.git] / roles / change_kernel_cmdline / tasks / main.yml
index a514f16..63e8f40 100644 (file)
@@ -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: