Fix python3_fact to run on hosts where there is no /usr/bin/python

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2025-06-25 09:50:56 +02:00
parent 901600c950
commit 4f26cf4337
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import json
from subprocess import check_output