work around fabric #2007

This commit is contained in:
Erica Portnoy 2020-04-09 11:58:25 -07:00
parent 0d4aa05f54
commit b8ab15accd

View file

@ -407,7 +407,7 @@ def main():
# Fabric library controlled through global env parameters
fab_config = Config(overrides={
"connect_kwargs": {
"key_filename": KEYFILE,
"key_filename": [KEYFILE], # https://github.com/fabric/fabric/issues/2007
},
"run": {
"echo": True,