From 40f6b8fef9551b0f26d0e66cccbe5a1c66ced7fe Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 4 Apr 2022 17:20:01 -0700 Subject: [PATCH] list-vms-per-host: switch to python3.8 to aline with ansible-core Signed-off-by: Kevin Fenzi --- scripts/list-vms-per-host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/list-vms-per-host b/scripts/list-vms-per-host index def0d9b5c8..da8a6d87fc 100755 --- a/scripts/list-vms-per-host +++ b/scripts/list-vms-per-host @@ -1,4 +1,4 @@ -#!/usr/bin/python -tt +#!/usr/bin/python3.8 -tt # Author: Toshio Kuratomi # Copyright: December 2015, November 2016 # License: LGPLv3+