Description of problem: /tmp isn't properly cleaned after image conversion due to amp_tmp_dir variable being overriden by subsequente declaration. The following patch might be enough to fix all of those issues. Worse case, we create a tmp folder uselessly but delete it at the end. https://review.opendev.org/c/openstack/tripleo-ansible/+/886495 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Nice catch and thanks for the patch.