win_nssm: wrong variable in tests

(cherry picked from commit 9b9c839461)
pull/46479/merge
Kévin Subileau 6 years ago committed by Toshio Kuratomi
parent 7601f1c153
commit 6a27a4251e

@ -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…
Cancel
Save