ansible/test/integration/targets/win_domain_object_info/handlers/main.yml
Jordan Borean 38f26ffcc7
win_domain_object_info: new module (#67450)
* win_domain_object_info: new module

* Added basic integration tests
2020-02-17 18:22:11 +10:00

5 lines
120 B
YAML

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