38f26ffcc7
* win_domain_object_info: new module * Added basic integration tests
5 lines
120 B
YAML
5 lines
120 B
YAML
---
|
|
- name: remove test domain user
|
|
win_domain_user:
|
|
name: '{{ test_user.distinguished_name }}'
|
|
state: absent
|