Infra: Ansible yaml lint cleanup
[csit.git] / fdio.infra.ansible / roles / performance_tuning / tasks / turbo_boost.yaml
index 7f69365..cff71e9 100644 (file)
@@ -3,7 +3,7 @@
 
 - name: Inst - Update Package Cache (APT)
   apt:
-    update_cache: yes
+    update_cache: true
     cache_valid_time: 3600
   when:
     - ansible_distribution|lower == 'ubuntu'
@@ -39,6 +39,6 @@
 - name: Conf - Custom Startup Service Hook Enable
   service:
     name: "disable-turbo-boost"
-    enabled: yes
+    enabled: true
   tags:
     - turbo-conf-msr