pref: 修改执行部署

pull/9008/head
ibuler 2022-10-31 10:57:19 +08:00
parent 16e3604fcb
commit d123c7f105
2 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,6 @@ logger = get_logger(__name__)
class PushOrVerifyHostCallbackMixin:
execution: Model()
host_account_mapper: dict
ignore_account: bool
generate_public_key: callable

View File

@ -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: