From 974ccc3486d3868ee0b0cccc6bd2cf0a10c84baa Mon Sep 17 00:00:00 2001 From: Bill Carlson Date: Wed, 4 Jun 2014 13:26:16 -0500 Subject: [PATCH] Clarified, remote_user config item does override ansible current user if defined. --- docsite/rst/intro_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst index 0cf6e1e997c..1500b80c5b3 100644 --- a/docsite/rst/intro_configuration.rst +++ b/docsite/rst/intro_configuration.rst @@ -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