mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
ensure 'home' translations (#36755)
* ensure 'home' translations * removed slash as it created issues on diff plats
This commit is contained in:
parent
d9430b79f9
commit
cc1c7c63db
6 changed files with 10 additions and 0 deletions
|
@ -43,6 +43,7 @@ class Connection(ConnectionBase):
|
|||
|
||||
transport = "lxd"
|
||||
has_pipelining = True
|
||||
default_user = 'root'
|
||||
|
||||
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