From 5b4d17dba8583dc150732ce4865fb2c41d0d5be4 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 16 Apr 2018 15:09:53 +0100 Subject: [PATCH] tests: dump Ansible hosts after creating it --- .travis/debops_tests.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis/debops_tests.sh b/.travis/debops_tests.sh index 9f21d97d..83c4bdf6 100755 --- a/.travis/debops_tests.sh +++ b/.travis/debops_tests.sh @@ -66,6 +66,11 @@ do >> ansible/inventory/hosts done +echo +echo --- ansible/inventory/hosts: ---- +cat ansible/inventory/hosts +echo --- + echo travis_fold:end:job_setup