feat(ansible): Migrate Ubuntu Jammy III.
[csit.git] / fdio.infra.ansible / roles / prometheus_exporter / tasks / main.yaml
index 3fe40f0..ef9da40 100644 (file)
@@ -2,7 +2,7 @@
 # file: roles/prometheus_exporter/tasks/main.yaml
 
 - name: Inst - Update Package Cache (APT)
-  apt:
+  ansible.builtin.apt:
     update_cache: true
     cache_valid_time: 3600
   when:
@@ -11,7 +11,7 @@
     - prometheus-inst
 
 - name: Inst - Prerequisites
-  package:
+  ansible.builtin.package:
     name: "{{ packages | flatten(levels=1) }}"
     state: latest
   tags:
@@ -48,7 +48,7 @@
     - prometheus-conf-blackbox-exporter
 
 - name: Conf - Prometheus Blackbox Exporter
-  copy:
+  ansible.builtin.copy:
     src: "files/blackbox.yml"
     dest: "/etc/prometheus/blackbox.yml"
   tags: