mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
ensure 'home' translations (#36755)
* ensure 'home' translations * removed slash as it created issues on diff plats
This commit is contained in:
@@ -65,6 +65,8 @@ class Connection(ConnectionBase):
|
||||
# Have to look into that before re-enabling this
|
||||
become_methods = frozenset(C.BECOME_METHODS).difference(('su',))
|
||||
|
||||
default_user = 'root'
|
||||
|
||||
def __init__(self, play_context, new_stdin, *args, **kwargs):
|
||||
super(Connection, self).__init__(play_context, new_stdin, *args, **kwargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user