Infra: Ansible yaml lint cleanup
[csit.git] / fdio.infra.ansible / roles / common / tasks / main.yaml
index 1233690..7418709 100644 (file)
@@ -13,7 +13,7 @@
 
 - name: Inst - Update package cache (apt)
   apt:
-    update_cache: yes
+    update_cache: true
     cache_valid_time: 3600
   when:
     - ansible_distribution|lower == 'ubuntu'