From 645ff9cd204307c6d555617d0d09efb7670708b2 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Sun, 7 Jan 2024 10:22:01 +0800 Subject: [PATCH] playbook/ansible.cfg: set ansible_python_interpreter -> python3 --- playbook/ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/playbook/ansible.cfg b/playbook/ansible.cfg index be676397..8828556f 100644 --- a/playbook/ansible.cfg +++ b/playbook/ansible.cfg @@ -11,3 +11,4 @@ gathering = smart stdout_callback = skippy host_key_checking = False deprecation_warnings = False +ansible_python_interpreter=/usr/bin/python3