fix: Use local Python interpreter variable in RDP automation scripts

This commit is contained in:
Ewall555 2025-06-17 07:43:45 +00:00 committed by 老广
parent cb42df542d
commit 8843f247d6
2 changed files with 2 additions and 2 deletions

View File

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

View File

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