Infra: Ansible yaml lint cleanup
[csit.git] / fdio.infra.ansible / roles / python_env / tasks / main.yaml
index 261e15a..7df8008 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'