From a549853b9e306b7c2cda623d6b6ead8fd53b5db0 Mon Sep 17 00:00:00 2001 From: Saurabh Date: Mon, 2 Oct 2017 17:20:44 +0530 Subject: [PATCH] [fix] consider without_bench_setup flag while setting up dev env --- playbooks/develop/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/develop/install.yml b/playbooks/develop/install.yml index 835decec..3f9b9a2d 100644 --- a/playbooks/develop/install.yml +++ b/playbooks/develop/install.yml @@ -22,4 +22,4 @@ # setup development environment - include: includes/setup_dev_env.yml - when: not run_travis and not production + when: not run_travis and not production and (not without_bench_setup and ansible_distribution == 'Ubuntu')