fix(ansible): Cleanup macros
[csit.git] / fdio.infra.ansible / roles / cleanup / tasks / kill_process.yaml
index bad5ef5..9ab98a8 100644 (file)
@@ -1,5 +1,5 @@
 ---
-# file: roles/cleanup/tasks/kill_process.yaml
+# file: tasks/kill_process.yaml
 
 - name: Kill Process - {{ process }}
   block:
@@ -14,6 +14,7 @@
     - name: Safe Kill {{ process }}
       ansible.builtin.shell: "kill {{ item }}"
       with_items: "{{ running_processes.stdout_lines }}"
+      ignore_errors: true
       tags:
         - kill-process