mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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:
@@ -1,7 +1,7 @@
|
||||
-
|
||||
hosts: all
|
||||
gather_facts: no
|
||||
user: root
|
||||
remote_user: root
|
||||
vars:
|
||||
color: brown
|
||||
tasks:
|
||||
|
||||
Reference in New Issue
Block a user