mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-31 06:46:24 +00:00
7 lines
166 B
YAML
7 lines
166 B
YAML
- hosts: windows
|
|
gather_facts: no
|
|
tasks:
|
|
- name: "Remove account"
|
|
ansible.windows.win_user:
|
|
name: "{{ account.username }}"
|
|
state: absent |