mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 21:54:22 -07:00
fix: add root as default remote_user
This commit is contained in:
parent
4a661375bb
commit
de8272c1f1
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ options:
|
|||
- User to login/authenticate as.
|
||||
- Can be set from the CLI via the C(--user) or C(-u) options.
|
||||
type: string
|
||||
default: root
|
||||
vars:
|
||||
- name: ansible_user
|
||||
- name: ansible_ssh_user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue