Starting my Windows nssm Service via the Ansible plugin win_nssm sometimes fails because the service status is SERVICE_START_PENDING
while the defined state should be started
.
This seems to happen because the system is under heavy load and the service needs more time than expected to start - which is not a problem. But I do not find a configuration property where I can set the startup timeout to something like 5min or so.