mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Prune dangle image periodically (#14957)
Prune dangle image periodically pairs with https://github.com/ansible/ansible-runner/pull/1342 this fix the problem of us forcefully remove images when setting changing ee image that's being used in a job causing the job to fail
This commit is contained in:
parent
ad96a92fa7
commit
dd9160135d
@ -417,7 +417,7 @@ def handle_removed_image(remove_images=None):
|
||||
|
||||
@task(queue=get_task_queuename)
|
||||
def cleanup_images_and_files():
|
||||
_cleanup_images_and_files()
|
||||
_cleanup_images_and_files(image_prune=True)
|
||||
|
||||
|
||||
@task(queue=get_task_queuename)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user