mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Clarified, remote_user config item does override ansible current user if defined.
This commit is contained in:
parent
8ff0c0f253
commit
974ccc3486
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
|
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
|
remote_user = root
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue