perf: 修改默认 ansible_python_interpreter (#12093)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2023-11-13 18:09:09 +08:00
committed by GitHub
parent 0ee14e6d85
commit d6b75ac700
28 changed files with 28 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
- hosts: sqlserver
gather_facts: no
vars:
ansible_python_interpreter: /usr/local/bin/python
ansible_python_interpreter: /opt/py3/bin/python
tasks:
- name: Test SQLServer connection