mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
* ISO job runs will now correctly mirror the control node private_data_dir structure even when/if the private_data_dir is multiple directories deep. * The filesystem jail for bubblewrap now lives in /tmp/bwrap_<job_id>_xxx along side private_data_dir /tmp/bwrap_<job_id>_xxx/awx_<job_id>>_xxx This allows for the cleanup job to remove all dirs for a job. * Modified cleanup job to work with new /tmp/bwrap_<job_id>_xxx schema