mirror of https://github.com/jumpserver/jumpserver
12 lines
198 B
YAML
12 lines
198 B
YAML
|
---
|
||
|
|
||
|
- hosts: all
|
||
|
vars:
|
||
|
applet_name: chrome
|
||
|
|
||
|
tasks:
|
||
|
- name: uninstall applet
|
||
|
ansible.windows.win_powershell:
|
||
|
script: |
|
||
|
tinkerd uninstall --name {{ applet_name }}
|