First, check how it looks with platform=podman:
ansible-playbook -i /tmp/inv.yaml 95.yaml -e sk_platform=podman
Then, compare when running with platform=linux:
ansible-playbook -i /tmp/inv.yaml 95.yaml
Notice that the container is restarted for podman, whereas the system process is not restarted for platform=linux (PID and start time remain the same)