ensure 'home' translations (#36755)

* ensure 'home' translations

* removed slash as it created issues on diff plats
This commit is contained in:
Brian Coca 2018-04-11 11:53:05 -04:00 committed by GitHub
parent d9430b79f9
commit cc1c7c63db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 0 deletions

View file

@ -60,6 +60,8 @@ class ConnectionBase(AnsiblePlugin):
supports_persistence = False
force_persistence = False
default_user = None
def __init__(self, play_context, new_stdin, shell=None, *args, **kwargs):
super(ConnectionBase, self).__init__()