mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #7662 from billcarlson/devel
Clarified, remote_user config item does override ansible current user
This commit is contained in:
commit
6708ea887a
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ remote_user
|
|||
===========
|
||||
|
||||
This is the default username ansible will connect as for /usr/bin/ansible-playbook. Note that /usr/bin/ansible will
|
||||
always default to the current user::
|
||||
always default to the current user if this is not defined::
|
||||
|
||||
remote_user = root
|
||||
|
||||
|
|
Loading…
Reference in a new issue