minor correction
Same doc-typo (confirmed) as https://github.com/ansible/ansible/pull/4759 --remote-user *should be* --user
This commit is contained in:
parent
a66f0462cd
commit
b5266a562d
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ Connection timeout to use when trying to talk to hosts, in 'SECONDS'.
|
|||
Force all plays to use sudo, even if not marked as such.
|
||||
|
||||
|
||||
*-u* 'USERNAME', *--remote-user=*'USERNAME'::
|
||||
*-u* 'USERNAME', *--user=*'USERNAME'::
|
||||
|
||||
Use this remote user name on playbook steps that do not indicate a
|
||||
user name to run as.
|
||||
|
|
Loading…
Reference in a new issue