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.
ac9d506a61
* win_nssm: add failing tests for issue #44079
* win_nssm: use Run-Command instead of Invoke-Expression to prevent interpretation issue
Fix #44079
* win_nssm: add more failing tests
These tests highlight several issues with this module:
* Service not started when state=started
* Errors with app_parameters (see #25265)
* Exception when passing several dependencies separated by comma as specified in doc
* win_nssm: fix service not started when state=started
Nssm status returns a multiline output that doesn't match any of the strict patterns in the switch statement.
* win_nssm: fix incorrect separator in doc for service dependencies
The dependencies parameter works with space as separator, but not with comma as shown in the documentation
* win_nssm: fix error with app_parameters parameter
Fix #25265
* win_nssm: add idempotence tests
* win_nssm: fix several idempotence issues and misbehaviors
Add missing space between arguments when app_parameters contains several keys.
Use Argv-ToString and Escape-Argument to improve arguments handling (parameters with quotes, backslashes or spaces).
* win_nssm: test parameters with spaces, quotes or backslashes
* win_nssm: restore comma as separator for service dependencies
Revert commit
|
6 years ago | |
---|---|---|
.. | ||
host_vars | 7 years ago | |
targets | 6 years ago | |
cloud-config-aws.yml.template | 7 years ago | |
cloud-config-azure.yml.template | 7 years ago | |
cloud-config-cs.ini.template | 8 years ago | |
cloud-config-gcp.yml.template | 7 years ago | |
cloud-config-opennebula.yml.template | 7 years ago | |
cloud-config-openshift.kubeconfig.template | 7 years ago | |
cloud-config-tower.cfg.template | 7 years ago | |
integration.cfg | 7 years ago | |
integration_config.yml | 7 years ago | |
inventory | 7 years ago | |
inventory.networking.template | 7 years ago | |
inventory.remote.template | 8 years ago | |
inventory.winrm.template | 8 years ago | |
network-integration.cfg | 7 years ago | |
target-prefixes.network | 7 years ago | |
windows-integration.cfg | 7 years ago |