From 3a3b8bcb80739e7f674b8aa09ef8e0f5e31c4b59 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Thu, 3 Sep 2020 21:59:46 -0700 Subject: [PATCH] oops, forgot a ) --- .ci/localhost_ansible_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/localhost_ansible_tests.py b/.ci/localhost_ansible_tests.py index 71521131..69e2628e 100755 --- a/.ci/localhost_ansible_tests.py +++ b/.ci/localhost_ansible_tests.py @@ -23,7 +23,7 @@ with ci_lib.Fold('job_setup'): # Don't set -U as that will upgrade Paramiko to a non-2.6 compatible version. # run("pip install -q virtualenv ansible==%s", ci_lib.ANSIBLE_VERSION) # ansible v2.10 isn't out yet so we're installing from github for now - run('pip install -q virtualenv {}'.format(ci_lib.ANSIBLE_VERSION) + run('pip install -q virtualenv {}'.format(ci_lib.ANSIBLE_VERSION)) os.chmod(KEY_PATH, int('0600', 8)) if not ci_lib.exists_in_path('sshpass'):