mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
minor correction
--remote-user= does not work: ansible: error: no such option: --remote-user --user= does. Updating docs
This commit is contained in:
parent
b520902852
commit
a66f0462cd
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ Run commands in the background, killing the task after 'NUM' seconds.
|
|||
|
||||
Poll a background job every 'NUM' seconds. Requires *-B*.
|
||||
|
||||
*-u* 'USERNAME', *--remote-user=*'USERNAME'::
|
||||
*-u* 'USERNAME', *--user=*'USERNAME'::
|
||||
|
||||
Use this remote 'USERNAME' instead of the current user.
|
||||
|
||||
|
|
Loading…
Reference in a new issue