From e4d8cb4e79fef9f70ab2eb63917d00452e056d39 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Tue, 4 Jun 2019 09:46:19 +0200 Subject: [PATCH] delete_old_oci_images: use Python 3 interpreter Signed-off-by: Clement Verna --- library/delete_old_oci_images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/delete_old_oci_images.py b/library/delete_old_oci_images.py index 8b61b18877..f2df75f3d7 100644 --- a/library/delete_old_oci_images.py +++ b/library/delete_old_oci_images.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # -*- coding: utf-8 -*- # # delete_old_oci_images.py - Ansible module that returns old images from a container registry