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,6 +185,7 @@
- name: Generate tinkerd component config
ansible.windows.win_powershell:
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

Loading…
Cancel
Save