win_nssm: wrong variable in tests
(cherry picked from commit 9b9c839461bc428e0ab3897b7681492a45728f73)
This commit is contained in:
parent
7601f1c153
commit
6a27a4251e
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
- install_start_service.changed == true
|
||||
- (install_start_service_actual.stdout|from_json).Exists == true
|
||||
- (install_start_service_actual.stdout|from_json).State == 'Running'
|
||||
- (install_service_actual.stdout|from_json).StartMode == 'Auto'
|
||||
- (install_start_service_actual.stdout|from_json).StartMode == 'Auto'
|
||||
- (install_start_service_actual.stdout|from_json).Parameters.Application == "C:\Windows\System32\cmd.exe"
|
||||
|
||||
- name: install and start service with more parameters
|
||||
|
|
Loading…
Reference in a new issue