mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-13 14:44:47 +00:00
fix: Use local Python interpreter variable in RDP automation scripts
This commit is contained in:
parent
cb42df542d
commit
8843f247d6
@ -3,7 +3,7 @@
|
|||||||
vars:
|
vars:
|
||||||
ansible_shell_type: sh
|
ansible_shell_type: sh
|
||||||
ansible_connection: local
|
ansible_connection: local
|
||||||
ansible_python_interpreter: /opt/py3/bin/python
|
ansible_python_interpreter: "{{ local_python_interpreter }}"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Verify account (pyfreerdp)
|
- name: Verify account (pyfreerdp)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
vars:
|
vars:
|
||||||
ansible_shell_type: sh
|
ansible_shell_type: sh
|
||||||
ansible_connection: local
|
ansible_connection: local
|
||||||
ansible_python_interpreter: /opt/py3/bin/python
|
ansible_python_interpreter: "{{ local_python_interpreter }}"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Test asset connection (pyfreerdp)
|
- name: Test asset connection (pyfreerdp)
|
||||||
|
Loading…
Reference in New Issue
Block a user