Start or Restart a Forever process with ansible

Have a few processes that we run with Forever that I have been working on automating.   Needed to be able to start them if they are not running and restart them if they are.  The restart was a bit tricky.  Usually you can just restart the process name, but since some...