minor_changes: - win_nssm - Add the ``executable`` option to specify the location of the NSSM utility. - win_nssm - Add the ``working_directory``, ``display_name`` and ``description`` options. - win_nssm - Add support for check and diff modes. - win_nssm - Change default value for ``state`` from ``start`` to ``present``. bugfixes: - win_nssm - Fix several escaping and quoting issues of paths and parameters. deprecated_features: - win_nssm - Deprecate ``dependencies``, ``start_mode``, ``user``, and ``password`` options, in favor of using the ``win_service`` module. - win_nssm - Deprecate ``start``, ``stop``, and ``restart`` values for ``state`` option, in favor of using the ``win_service`` module. - win_nssm - Deprecate ``app_parameters`` option in favor of ``arguments``.