From dd20c7c04e027f5989d3f779ee9cc48eb54bcbf8 Mon Sep 17 00:00:00 2001 From: Kevin Subileau Date: Tue, 9 Apr 2019 17:12:37 +0200 Subject: [PATCH] win_nssm: fix typo in documentation (#54942) Fix a typo in the win_nssm documentation after PR #45693 --- lib/ansible/modules/windows/win_nssm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_nssm.py b/lib/ansible/modules/windows/win_nssm.py index 9926530dc40..d83e085f807 100644 --- a/lib/ansible/modules/windows/win_nssm.py +++ b/lib/ansible/modules/windows/win_nssm.py @@ -147,7 +147,7 @@ EXAMPLES = r''' arguments: agent -config-dir=C:\consul\config -# Install the foo service, an then configure and start it with win_service +# Install the foo service, and then configure and start it with win_service - name: Install the foo service, redirecting stdout and stderr to the same file win_nssm: name: foo