Merge pull request #10133 from jumpserver/pr@dev@fix_deploy_applet

fix: 修正 applet 部署失败
pull/10135/head^2
Eric_Lee 2 years ago committed by GitHub
commit ba5ca3532b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -185,7 +185,8 @@
- name: Generate tinkerd component config
ansible.windows.win_powershell:
tinkerd config --hostname {{ HOST_NAME }} --core_host {{ CORE_HOST }} --token {{ BOOTSTRAP_TOKEN }} --host_id {{ HOST_ID }} --ignore-verify-certs {{ IGNORE_VERIFY_CERTS }}
script: |
tinkerd config --hostname {{ HOST_NAME }} --core_host {{ CORE_HOST }} --token {{ BOOTSTRAP_TOKEN }} --host_id {{ HOST_ID }} --ignore-verify-certs {{ IGNORE_VERIFY_CERTS }}
- name: Install tinkerd service
ansible.windows.win_powershell:

Loading…
Cancel
Save