mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-16 07:18:22 +00:00
perf: 支持发布机卸载远程应用
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- hosts: all
|
||||
vars:
|
||||
applet_name: chrome
|
||||
|
||||
tasks:
|
||||
- name: uninstall applet
|
||||
ansible.windows.win_powershell:
|
||||
script: |
|
||||
tinkerd uninstall --name {{ applet_name }}
|
Reference in New Issue
Block a user