When troubleshooting failed deployments, --start-at-task is a huge help. This is now broken, probably since this commit: https://opendev.org/openstack/tripleo-heat-templates/commit/43dccb8e8f06aed9278b311c5eadfa4c423077e9
When starting after step 1, python_cmd is not set.
Manually setting it in the ansible task debugger as a workaround fixed it: > task_vars['python_cmd'] = 'python2' > redo
When troubleshooting failed deployments, --start-at-task is a huge help. This is now broken, probably since this commit: /opendev. org/openstack/ tripleo- heat-templates/ commit/ 43dccb8e8f06aed 9278b311c5eadfa 4c423077e9
https:/
When starting after step 1, python_cmd is not set.
Manually setting it in the ansible task debugger as a workaround fixed it: 'python_ cmd'] = 'python2'
> task_vars[
> redo