mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
win_nssm: fix typo in documentation (#54942)
Fix a typo in the win_nssm documentation after PR #45693
This commit is contained in:
committed by
Alicia Cozine
parent
b142b6f0e8
commit
dd20c7c04e
@@ -147,7 +147,7 @@ EXAMPLES = r'''
|
|||||||
arguments: agent -config-dir=C:\consul\config
|
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
|
- name: Install the foo service, redirecting stdout and stderr to the same file
|
||||||
win_nssm:
|
win_nssm:
|
||||||
name: foo
|
name: foo
|
||||||
|
|||||||
Reference in New Issue
Block a user