diff options
author | Kevin Subileau <github@kevinsubileau.fr> | 2019-03-31 21:56:48 +0200 |
---|---|---|
committer | Jordan Borean <jborean93@gmail.com> | 2019-03-31 21:56:48 +0200 |
commit | 09979e899f1f49e51f1db02180a7ff6add0a8579 (patch) | |
tree | ee340e36b565bea9acde33eeb62f04c8cb944803 /test/sanity/pslint/ignore.txt | |
parent | cloudstack: streamline modules doc (part 6) (#54641) (diff) | |
download | ansible-09979e899f1f49e51f1db02180a7ff6add0a8579.tar.xz ansible-09979e899f1f49e51f1db02180a7ff6add0a8579.zip |
win_nssm: refactor to fix issues, support check mode and add more features (#45693)
* win_nssm: rename cmdlets to use approved verbs, rename service name parameters
* win_nssm: improve code style and cmdlets ordering
* win_nssm: always escape all command line parameters with Argv-ToString
fix error when the service name contains quotes
* win_nssm: use Fail-Json instead of exceptions and remove global try/catch
* win_nssm: small refactoring, inline some functions
* win_nssm: refactoring - add a generic cmdlet to idempotently set any nssm service parameter
* win_nssm: refactoring - inline some functions
To make the code more malleable for future changes
* win_nssm: change application, stdout_file and stderr_file options type to path
* win_nssm: deprecates app_parameters, rename app_parameters_free_form to arguments, and add support for list of parameters
* win_nssm: add support of check mode
* win_nssm: add working_directory option
* win_nssm: add display_name and description options
* win_nssm: minor changes
* win_nssm: remove some sanity exclusions
* win_nssm: avoid using aliases and minor style fixes
* win_nssm: doc and ui improvements
* win_nssm: remove sanity exclusions
* win_nssm: minor revision
* win_nssm: deprecates dependencies, start_mode, user and password parameters and some choices of state in favor of win_service
* win_nssm: fix style
* win_nssm: add executable option to specify the location of the NSSM utility
* win_nssm: add missing parameter types
* win_nssm: add diff mode support
* win_nssm: avoid displaying depreciation warning if default value is assigned
* win_nssm: fix variable scope
* win_nssm: use the explicit -LiteralPath parameter name instead of -Path
* win_nssm: fix documentation
* win_nssm: add porting guide entries
* win_nssm: add changelog fragment
Diffstat (limited to 'test/sanity/pslint/ignore.txt')
-rw-r--r-- | test/sanity/pslint/ignore.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/sanity/pslint/ignore.txt b/test/sanity/pslint/ignore.txt index b68890576c..0e2a1f3823 100644 --- a/test/sanity/pslint/ignore.txt +++ b/test/sanity/pslint/ignore.txt @@ -91,9 +91,6 @@ lib/ansible/modules/windows/win_iis_website.ps1 PSUseDeclaredVarsMoreThanAssignm lib/ansible/modules/windows/win_lineinfile.ps1 PSCustomUseLiteralPath lib/ansible/modules/windows/win_mapped_drive.ps1 PSCustomUseLiteralPath lib/ansible/modules/windows/win_msg.ps1 PSAvoidTrailingWhitespace -lib/ansible/modules/windows/win_nssm.ps1 PSAvoidUsingCmdletAliases -lib/ansible/modules/windows/win_nssm.ps1 PSCustomUseLiteralPath -lib/ansible/modules/windows/win_nssm.ps1 PSUseApprovedVerbs lib/ansible/modules/windows/win_package.ps1 PSAvoidTrailingWhitespace lib/ansible/modules/windows/win_package.ps1 PSCustomUseLiteralPath lib/ansible/modules/windows/win_package.ps1 PSUseApprovedVerbs |