batcave01: ansible-core now switches back to python-3.9

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-11-13 14:15:25 -08:00
parent 9b42cd8cbf
commit f9eac86c72
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3.11 -tt
#!/usr/bin/python3 -tt
# Author: Toshio Kuratomi <toshio@fedoraproject.org>
# Copyright: December 2015, November 2016
# License: LGPLv3+

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3.11
#!/usr/bin/python3
# -*- coding: utf-8 -*-
# vim: et ts=4 ai sw=4 sts=0
import sys