---
- name: Install Python on system (rescue or final)
raw: test -e /etc/bin/python3 || (apt -y update && apt install -y python3)
...