From 1c0d374e284cfd7b3244ec3ca4065fe9a1000f2d Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sat, 4 Jan 2025 11:47:36 +0100 Subject: [PATCH] Set ansible_python_interpreter to python3 --- float | 1 + 1 file changed, 1 insertion(+) diff --git a/float b/float index ce358ce1..ec2b29fa 100755 --- a/float +++ b/float @@ -176,6 +176,7 @@ DEFAULT_VARS = { 'force_handlers': True, 'log_path': 'ansible.log', 'retry_files_enabled': False, + 'interpreter_python': '/usr/bin/python3', 'nocows': 1, 'display_skipped_hosts': False, -- GitLab