Update win_service example in win_nssm (#67530)
`user` should be `username` for use in `win_service`, see https://docs.ansible.com/ansible/latest/modules/win_service_module.html#parameter-username
This commit is contained in:
parent
3ccda78145
commit
2a36ade26f
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ EXAMPLES = r'''
|
|||
win_service:
|
||||
name: foo
|
||||
dependencies: [ adf, tcpip ]
|
||||
user: foouser
|
||||
username: foouser
|
||||
password: secret
|
||||
start_mode: manual
|
||||
state: started
|
||||
|
|
Loading…
Add table
Reference in a new issue