Infra: Ansible yaml lint cleanup
[csit.git] / fdio.infra.ansible / roles / ab / tasks / main.yaml
index 37e702e..c69ed25 100644 (file)
@@ -3,7 +3,7 @@
 
 - name: Inst - Update Package Cache (APT)
   apt:
 
 - name: Inst - Update Package Cache (APT)
   apt:
-    update_cache: yes
+    update_cache: true
     cache_valid_time: 3600
   when:
     - ansible_distribution|lower == 'ubuntu'
     cache_valid_time: 3600
   when:
     - ansible_distribution|lower == 'ubuntu'
@@ -15,4 +15,4 @@
     name: "{{ packages | flatten(levels=1) }}"
     state: present
   tags:
     name: "{{ packages | flatten(levels=1) }}"
     state: present
   tags:
-    - ab-inst
\ No newline at end of file
+    - ab-inst