From 2128ffafce4178f8ea0af86c09a929dcff466ff3 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 4 Apr 2018 12:35:07 +0100 Subject: [PATCH] issue #164: cure type error. --- .travis/debops_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/debops_tests.sh b/.travis/debops_tests.sh index 4e0a3557..4698cd8f 100755 --- a/.travis/debops_tests.sh +++ b/.travis/debops_tests.sh @@ -32,7 +32,7 @@ ansible_connection: docker ansible_python_interpreter: /usr/bin/python2.7 # Speed up slow DH generation. -dhparam__bits: [128, 64] +dhparam__bits: ["128", "64"] EOF echo target >> ansible/inventory/hosts