mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 20:13:59 -07:00
win_service: added support for paused services (#27216)
* win_service: added support for paused services * change pausable service for local computers * more fixes for older hosts * sigh * skip pause tests for Server 2008 as it relies on the service
This commit is contained in:
parent
ade593da52
commit
7a7a0cae94
5 changed files with 975 additions and 838 deletions
|
@ -4,3 +4,6 @@ test_win_service_name: TestService
|
|||
test_win_service_display_name: Test Service
|
||||
test_win_service_description: Test Service description
|
||||
test_win_service_path: C:\Windows\System32\snmptrap.exe
|
||||
|
||||
# used for the pause tests, need to use an actual service
|
||||
test_win_service_pause_name: TapiSrv
|
Loading…
Add table
Add a link
Reference in a new issue