Infra: Ansible yaml lint cleanup
[csit.git] / fdio.infra.ansible / roles / common / tasks / main.yaml
index 60b4984..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'
@@ -30,7 +30,7 @@
 - name: Inst - Meson (DPDK)
   pip:
     name:
-      - "meson==0.47.1"
+      - "meson==0.49.2"
   tags:
     - common-inst-meson