mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 21:54:22 -07:00
unset default user
This commit is contained in:
parent
4ebd4a6efe
commit
28fb13bdff
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class Connection(ConnectionBase):
|
|||
|
||||
transport = 'community.general.lxd'
|
||||
has_pipelining = True
|
||||
default_user = 'root'
|
||||
default_user = None
|
||||
|
||||
def __init__(self, play_context, new_stdin, *args, **kwargs):
|
||||
super(Connection, self).__init__(play_context, new_stdin, *args, **kwargs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue