mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Fix win_nssm credentials quoting (#48761)
* Fix win_nssm credentials quoting Fix credential quoting for win_nssm after changes to the way nssm command is invoked in Ansible 2.7.1. * Updating nssm command to update credentials to use Argv-ToString to properly escape password variable. * Adding changelog fragment for fix of #48728.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "win_nssm - Switched to Argv-ToString for escaping NSSM credentials (https://github.com/ansible/ansible/issues/48728)"
|
||||
Reference in New Issue
Block a user