Skip to content

Commit 1aee6d4

Browse files
authored
no alias if host config is not set
1 parent 0feb670 commit 1aee6d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pssh/clients/base/parallel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ def _get_host_config(self, host_i, host):
272272
gssapi_server_identity=self.gssapi_server_identity,
273273
gssapi_client_identity=self.gssapi_client_identity,
274274
gssapi_delegate_credentials=self.gssapi_delegate_credentials,
275+
alias=None,
275276
)
276277
return config
277278
elif not isinstance(self.host_config, list):

0 commit comments

Comments
 (0)