fix(ansible): Cleanup macros
[csit.git] / fdio.infra.ansible / roles / cleanup / tasks / remove_package.yaml
index 27a6785..652729b 100644 (file)
@@ -1,7 +1,7 @@
 ---
-# file: roles/cleanup/tasks/remove_package.yaml
+# file: tasks/remove_package.yaml
 
-- name: Remove Package - Fix Corrupted APT
+- name: Fix Corrupted APT
   ansible.builtin.shell: "dpkg --configure -a"
   when:
     - ansible_distribution == 'Ubuntu'
@@ -18,4 +18,4 @@
   when:
     - ansible_distribution == 'Ubuntu'
   tags:
-    - remove-package
+    - remove-package
\ No newline at end of file