Skip to content

Commit dd91601

Browse files
Prune dangle image periodically (#14957)
Prune dangle image periodically pairs with ansible/ansible-runner#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
1 parent ad96a92 commit dd91601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awx/main/tasks/system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def handle_removed_image(remove_images=None):
417417

418418
@task(queue=get_task_queuename)
419419
def cleanup_images_and_files():
420-
_cleanup_images_and_files()
420+
_cleanup_images_and_files(image_prune=True)
421421

422422

423423
@task(queue=get_task_queuename)

0 commit comments

Comments
 (0)