Files
2025-04-09 18:22:00 +08:00

10 lines
176 B
YAML

- hosts: windows
gather_facts: no
tasks:
- name: "Remove account"
ansible.windows.win_domain_user:
name: "{{ account.username }}"
state: absent