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
11 lines
408 B
YAML
11 lines
408 B
YAML
---
|
|
test_path: '{{ remote_tmp_dir }}\win_service_info .ÅÑŚÌβŁÈ [$!@^&test(;)]'
|
|
service_url: https://ansible-ci-files.s3.amazonaws.com/test/integration/targets/win_service/SleepService.exe
|
|
|
|
service_name1: ansible_service_info_test
|
|
service_name2: ansible_service_info_test2
|
|
service_name3: ansible_service_info_other
|
|
service_names:
|
|
- '{{ service_name1 }}'
|
|
- '{{ service_name2 }}'
|
|
- '{{ service_name3 }}'
|