fix: pkill self-kill bug in migrate_to_wmt - use python3 pattern + ignore_errors

This commit is contained in:
ske087
2026-04-24 16:24:15 +03:00
parent a9d3135ddf
commit 187c59d6b9

View File

@@ -96,7 +96,8 @@
# ── 7. Kill any running Prezenta app.py before renaming ────────────── # ── 7. Kill any running Prezenta app.py before renaming ──────────────
- name: Kill any process running from Prezenta app.py - name: Kill any process running from Prezenta app.py
shell: pkill -f "Desktop/Prezenta/app.py" || true shell: pkill -f "python3.*Prezenta/app.py"
ignore_errors: true
changed_when: false changed_when: false
- name: Wait a moment for the process to terminate - name: Wait a moment for the process to terminate