Ansible: Fix cleanup procedures
[csit.git] / resources / tools / testbed-setup / ansible / roles / cleanup / tasks / kill_process.yaml
index a593fc7..30a9f45 100644 (file)
@@ -27,6 +27,7 @@
     shell: "kill -9 {{ item }}"
     with_items: "{{ killed_processes.results | select('failed') | map(attribute='item') | list }}"
     tags: kill-process
+
   rescue:
   - fail:
       msg: "Kill process {{ process }} failed!"