2d9328cb0f
* 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
6 lines
118 B
YAML
6 lines
118 B
YAML
---
|
|
- name: remove test service
|
|
win_service:
|
|
name: '{{ item }}'
|
|
state: absent
|
|
loop: '{{ service_names }}'
|