unset default user
parent
4ebd4a6efe
commit
28fb13bdff
|
@ -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…
Reference in New Issue