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:
Connor Adams 2020-02-18 16:50:43 +01:00 committed by GitHub
parent 3ccda78145
commit 2a36ade26f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,7 +205,7 @@ EXAMPLES = r'''
win_service:
name: foo
dependencies: [ adf, tcpip ]
user: foouser
username: foouser
password: secret
start_mode: manual
state: started