delete_old_oci_images: use Python 3 interpreter
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
6318c8178e
commit
e4d8cb4e79
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue