ansible/test/integration/targets/win_service_info/handlers/main.yml
Jordan Borean 2d9328cb0f
Added Ansible.Service util and win_service_info (#67367)
* Added Ansible.Service util and win_service_info

* Fix up util test

* Sigh forgot to update the test and fix sanity

* Try to make tests more robust

* That didn't work, just check the username

* Betraying Queen and country with this doc fix

* More changes for compat

* More OS compatibility
2020-02-13 14:34:58 +10:00

6 lines
118 B
YAML

---
- name: remove test service
win_service:
name: '{{ item }}'
state: absent
loop: '{{ service_names }}'