mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-31 23:20:37 +00:00
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 }}
|