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
pull/67540/head
Connor Adams 4 years ago committed by GitHub
parent 3ccda78145
commit 2a36ade26f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save