1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-10 03:41:39 +00:00

unset default user

This commit is contained in:
Peter Siegel 2025-01-31 15:05:17 +01:00
parent 4ebd4a6efe
commit 28fb13bdff
No known key found for this signature in database

View file

@ -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)