From 3d2f64ece32ef7ad3266ebdbbb7adacfabd79f3c Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Sat, 8 Aug 2026 19:04:21 -0500 Subject: [PATCH] Force the generic python3 interpreter for python so we can safely handle in place OS upgrades on Fedora --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 38cbcc0..acb62e0 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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]