playbook/ansible.cfg: set ansible_python_interpreter -> python3

This commit is contained in:
Haitao Pan 2024-01-07 10:22:01 +08:00
parent cbc20d0f46
commit 645ff9cd20

View File

@ -11,3 +11,4 @@ gathering = smart
stdout_callback = skippy
host_key_checking = False
deprecation_warnings = False
ansible_python_interpreter=/usr/bin/python3