From 7d2ff3551ebd6850d2dfcbff5c1ad41855519e82 Mon Sep 17 00:00:00 2001 From: Frank Agerholm Date: Fri, 10 Jul 2026 18:45:49 +0200 Subject: [PATCH] ansible.cfg.dist: python-interpreter Konfig. --- ansible.cfg.dist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible.cfg.dist b/ansible.cfg.dist index d6b96c6..80f39d0 100644 --- a/ansible.cfg.dist +++ b/ansible.cfg.dist @@ -14,6 +14,10 @@ log_path = ansible.log ansible_managed = Ansible managed: {file} +# Wenn alle Systeme python3 haben, kann das autodiscovery fuer Python +# verkuerzt werden... +interpreter_python = /usr/bin/python3 + [inventory] unparsed_is_failed = True