From dae2267c72c8b1ab7fa07b93e833e3617b0c3e44 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 19 Feb 2014 14:39:47 -0500 Subject: [PATCH] Take inputs from config file. --- tests_new/integration/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests_new/integration/test.sh b/tests_new/integration/test.sh index 74e23a258b..1fce04d5b2 100644 --- a/tests_new/integration/test.sh +++ b/tests_new/integration/test.sh @@ -1 +1 @@ -ansible-playbook non_destructive.yml -i inventory -e output_dir=~/ansible_testing -v $* +ansible-playbook non_destructive.yml -i inventory -e @integration_config.yml -v $*