Force the generic python3 interpreter for python so we can safely handle in place OS upgrades on Fedora

This commit is contained in:
2026-08-08 19:04:21 -05:00
parent 130ee0811e
commit 3d2f64ece3
+1 -1
View File
@@ -7,7 +7,7 @@ fact_caching_connection = ./facts/
inventory = ./inventory/
forks = 5
retry_files_enabled = False
interpreter_python = auto
interpreter_python = /usr/bin/python3
callbacks_enabled = ansible.posix.profile_tasks,ansible.posix.profile_roles
[ssh_connection]