perf: 支持发布机卸载远程应用

This commit is contained in:
Eric
2024-03-20 19:23:44 +08:00
committed by Bryan
parent a5e8792092
commit 0589f7fe33
6 changed files with 89 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
---
- hosts: all
vars:
applet_name: chrome
tasks:
- name: uninstall applet
ansible.windows.win_powershell:
script: |
tinkerd uninstall --name {{ applet_name }}