diff options
Diffstat (limited to 'func')
-rw-r--r-- | func/driver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/func/driver.py b/func/driver.py index f26f63db..63a9c369 100644 --- a/func/driver.py +++ b/func/driver.py @@ -57,7 +57,7 @@ class Driver: extra_vars_json = json.dumps(dict(extra_vars.items())) logging.info(extra_vars_json) run_play = 'ansible-playbook ./benchmarks/playbooks/{0}.yaml' \ - '--private-key=./data/QtipKey -i ./data/hosts --extra-vars \'{1}\'' \ + ' --private-key=./data/QtipKey -i ./data/hosts --extra-vars \'{1}\'' \ .format(benchmark, extra_vars_json) os.system(run_play) |