CSIT-1448 Ansible: Clean hugepage configuration
[csit.git] / resources / tools / testbed-setup / ansible / roles / tg_sut / tasks / aarch64.yaml
index afaf5cd..5910026 100644 (file)
@@ -6,7 +6,7 @@
     path: '/etc/default/grub'
     state: 'present'
     regexp: '^GRUB_CMDLINE_LINUX='
     path: '/etc/default/grub'
     state: 'present'
     regexp: '^GRUB_CMDLINE_LINUX='
-    line: 'GRUB_CMDLINE_LINUX="isolcpus={{ isolcpus }} nohz_full={{ isolcpus }} rcu_nocbs={{ isolcpus }} intel_iommu=on nmi_watchdog=0 audit=0 nosoftlockup processor.max_cstate=1"'
+    line: 'GRUB_CMDLINE_LINUX="isolcpus={{ grub.isolcpus }} nohz_full={{ grub.nohz_full }} rcu_nocbs={{ grub.rcu_nocbs }} intel_iommu=on nmi_watchdog=0 audit=0 nosoftlockup processor.max_cstate=1"'
   notify: ['Update GRUB']
   tags: set-grub
 
   notify: ['Update GRUB']
   tags: set-grub