Added remote_user to plays

Still compatible with user: but deprecating it so we can have
a matching remote_user: in tasks, cannot be user: because of the
module of the same name. #3932

Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
This commit is contained in:
Brian Coca 2013-09-07 16:34:22 -04:00
parent ddb09f11be
commit d47c48e30a
4 changed files with 25 additions and 25 deletions

View file

@ -1,7 +1,7 @@
-
hosts: all
gather_facts: no
user: root
remote_user: root
vars:
color: brown
tasks: