Infra: Ansible yaml lint cleanup
[csit.git] / fdio.infra.ansible / roles / trex / tasks / main.yaml
index d43baf9..8f659b6 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'
@@ -21,4 +21,4 @@
   include_tasks: deploy_block.yaml
   loop: "{{ trex_version }}"
   tags:
-    - trex-inst
\ No newline at end of file
+    - trex-inst