mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07: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:
parent
ddb09f11be
commit
d47c48e30a
4 changed files with 25 additions and 25 deletions
|
@ -1,7 +1,7 @@
|
|||
-
|
||||
hosts: all
|
||||
gather_facts: no
|
||||
user: root
|
||||
remote_user: root
|
||||
vars:
|
||||
color: brown
|
||||
tasks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue