ansible/test/integration/targets/win_domain_object_info/handlers/main.yml

6 lines
120 B
YAML
Raw Normal View History

---
- name: remove test domain user
win_domain_user:
name: '{{ test_user.distinguished_name }}'
state: absent