mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
784 B
YAML
14 lines
784 B
YAML
6 years ago
|
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``.
|