mirror of https://github.com/jumpserver/jumpserver
fix: Use local Python interpreter variable in RDP automation scripts
parent
cb42df542d
commit
8843f247d6
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue