mirror of https://github.com/jumpserver/jumpserver
pref: 修改执行部署
parent
16e3604fcb
commit
d123c7f105
|
@ -21,7 +21,6 @@ logger = get_logger(__name__)
|
|||
|
||||
|
||||
class PushOrVerifyHostCallbackMixin:
|
||||
execution: Model()
|
||||
host_account_mapper: dict
|
||||
ignore_account: bool
|
||||
generate_public_key: callable
|
||||
|
|
|
@ -106,7 +106,9 @@
|
|||
dest: "{{ ansible_env.TEMP }}"
|
||||
|
||||
- name: Install python requirements offline
|
||||
ansible.windows.win_shell: pip install -r "{{ ansible_env.TEMP }}\pip_packages_v0.0.1\requirements.txt" --no-index --find-links="{{ ansible_env.TEMP }}\pip_packages_v0.0.1"
|
||||
ansible.windows.win_shell: >
|
||||
pip install -r '{{ ansible_env.TEMP }}\pip_packages_v0.0.1\requirements.txt'
|
||||
--no-index --find-links='{{ ansible_env.TEMP }}\pip_packages_v0.0.1'
|
||||
|
||||
- name: Download chromedriver (chrome)
|
||||
ansible.windows.win_get_url:
|
||||
|
|
Loading…
Reference in New Issue