feat(ansible): Ubuntu Jammy VI.
[csit.git] / fdio.infra.ansible / roles / ab / tasks / main.yaml
index 37e702e..2a70fd1 100644 (file)
@@ -2,8 +2,8 @@
 # file: roles/ab/tasks/main.yaml
 
 - name: Inst - Update Package Cache (APT)
-  apt:
-    update_cache: yes
+  ansible.builtin.apt:
+    update_cache: true
     cache_valid_time: 3600
   when:
     - ansible_distribution|lower == 'ubuntu'
@@ -11,8 +11,8 @@
     - ab-inst-prerequisites
 
 - name: Inst - Apache ab tools
-  package:
+  ansible.builtin.package:
     name: "{{ packages | flatten(levels=1) }}"
     state: present
   tags:
-    - ab-inst
\ No newline at end of file
+    - ab-inst