fix: 修复测试rdp资产可连接性时使用的python解释器路径不对问题 (#12902)

Co-authored-by: feng <1304903146@qq.com>
pull/12903/head
fit2bot 2024-03-29 16:09:42 +08:00 committed by GitHub
parent 02893c2a2b
commit 7a6468530f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
vars:
ansible_shell_type: sh
ansible_connection: local
ansible_python_interpreter: /opt/py3/bin/python
tasks:
- name: Verify account (pyfreerdp)

View File

@ -3,6 +3,7 @@
vars:
ansible_shell_type: sh
ansible_connection: local
ansible_python_interpreter: /opt/py3/bin/python
tasks:
- name: Test asset connection (pyfreerdp)